gitignore_slash_get_template

Function gitignore_slash_get_template 

Source
pub async fn gitignore_slash_get_template(
    configuration: &Configuration,
    name: &str,
) -> Result<GitignoreTemplate, Error<GitignoreSlashGetTemplateError>>
Expand description

Get the content of a gitignore template. This endpoint supports the following custom media types. For more information, see "Media types." - application/vnd.github.raw+json: Returns the raw .gitignore contents.