GitHub API
Table of Contents
Overview
By default using https://api.github.com
, you request to v3 API. To specify the version explicitly:
Accept: application/vnd.github.v3+json
Auth reference
- Guide
- Reference
- Creating multiple tokens for a user/application/scope combination is available.
- It seems that the old token with the same combination as the new one is going to be revoked.
You can specify only one
redirect_uri
Validate OAuth token howto
# Use Basic Auth with:
# username: <client_id>
# password: <client_secret>
GET /applications/:client_id/tokens/:access_token