Function github_rest::methods::api_info

source ·
pub async fn api_info<T>(client: &T) -> Result<Value, GithubRestError>where
    T: Requester,