Function github_rest::methods::get_user_keys
source · pub async fn get_user_keys<T, A>(
client: &T,
user: A,
params: Option<&Pagination>
) -> Result<Vec<SshKey>, GithubRestError>where
T: Requester,
A: Into<String>,
Expand description
- tags users
- get
/users/{username}/keys
- docs https://docs.github.com/rest/reference/users#list-public-keys-for-a-user
List public keys for a user Lists the verified public SSH keys for a user. This is accessible by anyone.