Skip to main content

get_users_stars

Function get_users_stars 

Source
pub async fn get_users_stars(
    configuration: &Configuration,
    identifier: &str,
    page: Option<i64>,
    size: Option<i64>,
    query: Option<&str>,
    sort: Option<RepoSort>,
    order: Option<OrderOption>,
) -> Result<Vec<RepoParent>, Error<GetUsersStarsError>>