Function repos_slash_list_public

Source
pub async fn repos_slash_list_public(
    configuration: &Configuration,
    since: Option<i32>,
) -> Result<Vec<MinimalRepository>, Error<ReposSlashListPublicError>>
Expand description

Lists all public repositories in the order that they were created. Note: - For GitHub Enterprise Server, this endpoint will only list repositories available to all users on the enterprise. - Pagination is powered exclusively by the since parameter. Use the Link header to get the URL for the next page of repositories.