"}
GitHub:Developer API Developers Blog Support Search #header #header-wrapper API Reference Webhooks Guides Libraries This describes the resources that make up the official GitHub API v3. If you have any problems or requests please contact support . Current Version Schema Parameters Root Endpoint Client Errors HTTP Redirects HTTP Verbs Authentication Hypermedia Pagination Rate Limiting User Agent Required Conditional requests Cross Origin Resource Sharing JSON-P Callbacks Timezones By default, all requests receive the v3 version of the API. We encourage you to explicitly request this version via the Accept header . Accept: application/vnd.github.v3+json All API access is over HTTPS, and accessed from the api.github.com domain (or through yourdomain.com/api/v3/ for enterprise). All data is sent and received as JSON. $ curl -i https://api.github.com/users/octo...