mirror of
https://github.com/jlengrand/jetbrains-client-api-repository.git
synced 2026-03-10 08:31:24 +00:00
32 lines
736 B
HTTP
32 lines
736 B
HTTP
## MetaApi
|
|
|
|
### Get GitHub meta information
|
|
## Get GitHub meta information
|
|
GET https://api.github.com/meta
|
|
Accept: application/json
|
|
Authorization: Bearer {{bearerToken}}
|
|
|
|
### Get all API versions
|
|
## Get all API versions
|
|
GET https://api.github.com/versions
|
|
Accept: application/json
|
|
Authorization: Bearer {{bearerToken}}
|
|
|
|
### Get Octocat
|
|
## Get Octocat
|
|
GET https://api.github.com/octocat
|
|
Accept: application/octocat-stream
|
|
Authorization: Bearer {{bearerToken}}
|
|
|
|
### Get the Zen of GitHub
|
|
## Get the Zen of GitHub
|
|
GET https://api.github.com/zen
|
|
Accept: application/json
|
|
Authorization: Bearer {{bearerToken}}
|
|
|
|
### GitHub API Root
|
|
## GitHub API Root
|
|
GET https://api.github.com/
|
|
Accept: application/json
|
|
Authorization: Bearer {{bearerToken}}
|