Files
jetbrains-client-api-reposi…/apis/github/Apis/CodesOfConductApi.http
Julien Lengrand-Lambert 3cdf8826eb Adding flyio
2024-03-07 10:52:37 +01:00

14 lines
353 B
HTTP

## CodesOfConductApi
### Get all codes of conduct
## Get all codes of conduct
GET https://api.github.com/codes_of_conduct
Accept: application/json
Authorization: Bearer {{bearerToken}}
### Get a code of conduct
## Get a code of conduct
GET https://api.github.com/codes_of_conduct/{{key}}
Accept: application/json
Authorization: Bearer {{bearerToken}}