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