Returns information about a gitignore template
GET
/gitignore/templates/{name}
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”name
required
string
Name of the template
Responses
Section titled “Responses”GitignoreTemplateInfo
Media typeapplication/json
GitignoreTemplateInfo name and text of a gitignore template
object
name
string
source
string
Examplegenerated
{ "name": "example", "source": "example"}APINotFound is a not found error response
Media typeapplication/json
object
errors
Array<string>
message
string
url
string
Examplegenerated
{ "errors": [ "example" ], "message": "example", "url": "example"}