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

14 lines
367 B
HTTP

## GitignoreApi
### Get all gitignore templates
## Get all gitignore templates
GET https://api.github.com/gitignore/templates
Accept: application/json
Authorization: Bearer {{bearerToken}}
### Get a gitignore template
## Get a gitignore template
GET https://api.github.com/gitignore/templates/{{name}}
Accept: application/json
Authorization: Bearer {{bearerToken}}