pub async fn get_user_gists<T, A>(
    client: &T,
    user: A,
    params: Option<&Pagination>
) -> Result<Vec<SimpleGist>, GithubRestError>where
    T: Requester,
    A: Into<String>,
Expand description

List gists for a user Lists public gists for the specified user: