mirror of
https://github.com/jlengrand/jetbrains-client-api-repository.git
synced 2026-03-10 08:31:24 +00:00
14 lines
353 B
HTTP
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}}
|