Tentacat v1.6.0 Tentacat.Gitignore View Source
Link to this section Summary
Link to this section Functions
Link to this function
template(client \\ %Client{}, name)
View Source
template(client \\ %Client{}, name)
View Source
template(Tentacat.Client.t(), binary()) :: Tentacat.response()
template(Tentacat.Client.t(), binary()) :: Tentacat.response()
Get a single template based on the name
Example
Tentacat.Gitignore.template "C"
Tentacat.Gitignore.template client, "C"
More info at: http:\developer.github.com/v3/gitignore/#get-a-single-template
Link to this function
templates(client \\ %Client{})
View Source
templates(client \\ %Client{})
View Source
templates(Tentacat.Client.t()) :: Tentacat.response()
templates(Tentacat.Client.t()) :: Tentacat.response()
List all templates available
Example
Tentacat.Gitignore.templates
Tentacat.Gitignore.templates client
More info at: http:\developer.github.com/v3/gitignore/#listing-available-templates