New User-to-Server endpoints for GitHub Apps
As part of the ongoing audit of the availability of REST API endpoints for GitHub Apps, we've enabled another batch of endpoints. For a complete list of endpoints enabled for GitHub Apps, see available endpoints and identifying and authorizing users for GitHub Apps.
user-to-server endpoints:
Recently enabledDeployments & Deployment Statuses
Git Blobs & Refs
- Get a blob
- List references
- Get a reference
Issues & Issue Events
Labels
Pull Request Review Events
Repo Collaborators, Commits, and Releases
- List repository collaborators
- Check if a user is a repository collaborator
- List commits
- Get a commit
- List releases
Root
How can I try it?
To access this functionality, you’ll need to provide the following custom media type in the Accept
header:
application/vnd.github.machine-man-preview+json
What about other endpoints?
We're actively working on enabling more endpoints. Check back on the developer blog for updates when new batches become available. If you have specific requests or feedback, come chat with us in the Platform forum.