Skip to content

Conversation

@HACKER007-SHIP-IT
Copy link

main# GitHub CLI api

https://cli.github.com/manual/gh_api

gh api
-H "Accept: application/vnd.github+json"
-H "X-GitHub-Api-Version: 2022-11-28"
/orgs/ORG/docker/conflicts

main# GitHub CLI api
# https://cli.github.com/manual/gh_api

gh api \
  -H "Accept: application/vnd.github+json" \
  -H "X-GitHub-Api-Version: 2022-11-28" \
  /orgs/ORG/docker/conflicts
@HACKER007-SHIP-IT
Copy link
Author

http://localhost:4567
import { Octokit } from "octokit";
const octokit = new Octokit({ auth: "YOUR-TOKEN" });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant