Files
Julien Lengrand-Lambert 3cdf8826eb Adding flyio
2024-03-07 10:52:37 +01:00

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}}