View Source GitHub.Gitignore (GitHub REST API Client v0.0.7)
Provides API endpoints related to gitignore
Link to this section Summary
Link to this section Functions
@spec get_all_templates(keyword()) :: {:ok, [String.t()]} | {:error, GitHub.Error.t()}
Get all gitignore templates
resources
Resources
@spec get_template( String.t(), keyword() ) :: {:ok, GitHub.Git.IgnoreTemplate.t()} | {:error, GitHub.Error.t()}
Get a gitignore template