GitHub API에 인증된 HTTP 요청을 보내고 응답을 출력. 더 많은 정보: https://cli.github.com/manual/gh_api.
gh api repos/:owner/:repo/releases
gh api --header {{Accept:application/vnd.github.squirrel-girl-preview+json}} --raw-field '{{content=+1}}' {{repos/:owner/:repo/issues/123/reactions}}
gh api graphql --field {{name=':repo'}} --raw-field '{{query}}'
gh api --method {{POST}} {{endpoint}}
gh api --include {{endpoint}}
gh api --silent {{endpoint}}
gh api --hostname {{github.example.com}} {{endpoint}}
gh api --help