List all .gitignore templates
GET
/api/v4/templates/gitignores
Lists all .gitignore templates.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “ Query Parameters ” page
integer
Current page number
Example
1 per_page
integer
Number of items per page
Example
20Responses
Section titled “ Responses ”OK
Media type application/json
object
key
string
name
string
Example
{ "key": "mit", "name": "MIT License"}Bad Request