Skip to content

List all .gitignore templates

GET
/api/v4/templates/gitignores

Lists all .gitignore templates.

page
integer
default: 1 nullable

Current page number

Example
1
per_page
integer
default: 20 nullable

Number of items per page

Example
20

OK

Media type application/json
object
key
string
name
string
Example
{
"key": "mit",
"name": "MIT License"
}

Bad Request