syncing market data_
GitHub's v3 REST API.
GitHub's v3 REST API. --- Public API proxied through Ozma. **Claim this listing** to monetize and manage pricing.
No score data yet
| Method | Path | Summary | Price |
|---|---|---|---|
| GET | /app/installations | List installations for the authenticated app | 1c |
| GET | /app/hook/deliveries/{delivery_id} | Get a delivery for an app webhook | 1c |
| POST | /app/hook/deliveries/{delivery_id}/attempts | Redeliver a delivery for an app webhook | 1c |
| DELETE | /app/installations/{installation_id} | Delete an installation for the authenticated app | 1c |
| GET | / | GitHub API Root | 1c |
| GET | /app | Get the authenticated app | 1c |
| POST | /app-manifests/{code}/conversions | Create a GitHub App from a manifest | 1c |
| GET | /app/hook/config | Get a webhook configuration for an app | 1c |
| PATCH | /app/hook/config | Update a webhook configuration for an app | 1c |
| GET | /app/hook/deliveries | List deliveries for an app webhook | 1c |
| GET | /app/installations/{installation_id} | Get an installation for the authenticated app | 1c |
| POST | /app/installations/{installation_id}/access_tokens | Create an installation access token for an app | 1c |
| DELETE | /app/installations/{installation_id}/suspended | Unsuspend an app installation | 1c |
| PUT | /app/installations/{installation_id}/suspended | Suspend an app installation | 1c |
| DELETE | /applications/{client_id}/grant | Delete an app authorization | 1c |
| DELETE | /applications/{client_id}/token | Delete an app token | 1c |
| PATCH | /applications/{client_id}/token | Reset a token | 1c |
| POST | /applications/{client_id}/token | Check a token | 1c |
| POST | /applications/{client_id}/token/scoped | Create a scoped access token | 1c |
| GET | /apps/{app_slug} | Get an app | 1c |
| GET | /codes_of_conduct | Get all codes of conduct | 1c |
| GET | /codes_of_conduct/{key} | Get a code of conduct | 1c |
| GET | /emojis | Get emojis | 1c |
| GET | /enterprises/{enterprise}/dependabot/alerts | List Dependabot alerts for an enterprise | 1c |
| GET | /enterprises/{enterprise}/secret-scanning/alerts | List secret scanning alerts for an enterprise | 1c |
| GET | /events | List public events | 1c |
| GET | /feeds | Get feeds | 1c |
| GET | /gists | List gists for the authenticated user | 1c |
| POST | /gists | Create a gist | 1c |
| GET | /gists/public | List public gists | 1c |
| GET | /gists/starred | List starred gists | 1c |
| DELETE | /gists/{gist_id} | Delete a gist | 1c |
| GET | /gists/{gist_id} | Get a gist | 1c |
| PATCH | /gists/{gist_id} | Update a gist | 1c |
| GET | /gists/{gist_id}/comments | List gist comments | 1c |
| POST | /gists/{gist_id}/comments | Create a gist comment | 1c |
| DELETE | /gists/{gist_id}/comments/{comment_id} | Delete a gist comment | 1c |
| GET | /gists/{gist_id}/comments/{comment_id} | Get a gist comment | 1c |
| PATCH | /gists/{gist_id}/comments/{comment_id} | Update a gist comment | 1c |
| GET | /gists/{gist_id}/commits | List gist commits | 1c |
| GET | /gists/{gist_id}/forks | List gist forks | 1c |
| POST | /gists/{gist_id}/forks | Fork a gist | 1c |
| DELETE | /gists/{gist_id}/star | Unstar a gist | 1c |
| GET | /gists/{gist_id}/star | Check if a gist is starred | 1c |
| PUT | /gists/{gist_id}/star | Star a gist | 1c |
| GET | /gists/{gist_id}/{sha} | Get a gist revision | 1c |
| GET | /gitignore/templates | Get all gitignore templates | 1c |
| GET | /gitignore/templates/{name} | Get a gitignore template | 1c |
| GET | /installation/repositories | List repositories accessible to the app installation | 1c |
| DELETE | /installation/token | Revoke an installation access token | 1c |
ozma register && ozma call github-v3-rest-api /app/installations --jsoncurl -H "Authorization: Bearer $OZMA_KEY" \
https://gateway.ozma.app/v1/proxy/github-v3-rest-api/app/installations# Python
client.proxy_call("github-v3-rest-api", "/app/installations")Own this API? Claim the listing to manage pricing and receive payouts.