mirror of
https://github.com/jlengrand/jetbrains-client-api-repository.git
synced 2026-03-10 08:31:24 +00:00
44 lines
1.0 KiB
HTTP
44 lines
1.0 KiB
HTTP
## SearchApi
|
|
|
|
### Search code
|
|
## Search code
|
|
GET https://api.github.com/search/code
|
|
Accept: application/json
|
|
Authorization: Bearer {{bearerToken}}
|
|
|
|
### Search commits
|
|
## Search commits
|
|
GET https://api.github.com/search/commits
|
|
Accept: application/json
|
|
Authorization: Bearer {{bearerToken}}
|
|
|
|
### Search issues and pull requests
|
|
## Search issues and pull requests
|
|
GET https://api.github.com/search/issues
|
|
Accept: application/json
|
|
Authorization: Bearer {{bearerToken}}
|
|
|
|
### Search labels
|
|
## Search labels
|
|
GET https://api.github.com/search/labels
|
|
Accept: application/json
|
|
Authorization: Bearer {{bearerToken}}
|
|
|
|
### Search repositories
|
|
## Search repositories
|
|
GET https://api.github.com/search/repositories
|
|
Accept: application/json
|
|
Authorization: Bearer {{bearerToken}}
|
|
|
|
### Search topics
|
|
## Search topics
|
|
GET https://api.github.com/search/topics
|
|
Accept: application/json
|
|
Authorization: Bearer {{bearerToken}}
|
|
|
|
### Search users
|
|
## Search users
|
|
GET https://api.github.com/search/users
|
|
Accept: application/json
|
|
Authorization: Bearer {{bearerToken}}
|