gists_slash_list_comments

Function gists_slash_list_comments 

Source
pub async fn gists_slash_list_comments(
    configuration: &Configuration,
    gist_id: &str,
    per_page: Option<i32>,
    page: Option<i32>,
) -> Result<Vec<GistComment>, Error<GistsSlashListCommentsError>>
Expand description

Lists the comments on a gist. This endpoint supports the following custom media types. For more information, see "Media types." - application/vnd.github.raw+json: Returns the raw markdown. This is the default if you do not pass any specific media type. - application/vnd.github.base64+json: Returns the base64-encoded contents. This can be useful if your gist contains any invalid UTF-8 sequences.