Skip to main content

fetch_github_team_members_with_options

Function fetch_github_team_members_with_options 

Source
pub fn fetch_github_team_members_with_options(
    org: &str,
    team: &str,
    options: &GithubFetchOptions,
    if_none_match: Option<&str>,
) -> Result<GithubTeamMembers>
Expand description

Fetch members of a GitHub team with explicit options.

ยงErrors

Returns an error if the GitHub API request fails, the gh CLI is required but not installed, or the response cannot be parsed.