pub async fn users_slash_check_blocked(
configuration: &Configuration,
username: &str,
) -> Result<(), Error<UsersSlashCheckBlockedError>>
Expand description
Returns a 204 if the given user is blocked by the authenticated user. Returns a 404 if the given user is not blocked by the authenticated user, or if the given user account has been identified as spam by GitHub.