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

Validate OAuth token howto

# Use Basic Auth with:
# username: <client_id>
# password: <client_secret>
GET /applications/:client_id/tokens/:access_token

Reserved usernames reference