mirror of
https://github.com/jlengrand/jetbrains-client-api-repository.git
synced 2026-03-10 08:31:24 +00:00
20 lines
528 B
HTTP
20 lines
528 B
HTTP
## LicensesApi
|
|
|
|
### Get a license
|
|
## Get a license
|
|
GET https://api.github.com/licenses/{{license}}
|
|
Accept: application/json
|
|
Authorization: Bearer {{bearerToken}}
|
|
|
|
### Get all commonly used licenses
|
|
## Get all commonly used licenses
|
|
GET https://api.github.com/licenses
|
|
Accept: application/json
|
|
Authorization: Bearer {{bearerToken}}
|
|
|
|
### Get the license for a repository
|
|
## Get the license for a repository
|
|
GET https://api.github.com/repos/{{owner}}/{{repo}}/license
|
|
Accept: application/json
|
|
Authorization: Bearer {{bearerToken}}
|