Function gists_slash_list_public

Source
pub async fn gists_slash_list_public(
    configuration: &Configuration,
    since: Option<String>,
    per_page: Option<i32>,
    page: Option<i32>,
) -> Result<Vec<BaseGist>, Error<GistsSlashListPublicError>>
Expand description

List public gists sorted by most recently updated to least recently updated. Note: With pagination, you can fetch up to 3000 gists. For example, you can fetch 100 pages with 30 gists per page or 30 pages with 100 gists per page.