
GitHub is a public API providing make use of github repositories, code and user info programmatically.
All requests require an OAuth 2.0 access token exchanged from your client credentials.
Authorization: Bearer $ACCESS_TOKEN| Method | Path | Description |
|---|---|---|
| GET | https://docs.github.com/en/free-pro-team@latest/rest | Primary API endpoint. |
curl -X GET "https://docs.github.com/en/free-pro-team@latest/rest" \ -H "Accept: application/json"