Function github_rest::methods::get_user_gists
source · 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
- tags gists
- get
/users/{username}/gists
- docs https://docs.github.com/rest/reference/gists#list-gists-for-a-user
List gists for a user Lists public gists for the specified user: