We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
var client = GetGitHubClient(accessToken); var emailAddresses = await client.User.Email.GetAll();
The text was updated successfully, but these errors were encountered:
Hi @asapferg thanks for highlighting this, would you consider contributing a PR to fix this?
It's very easy to add a field in octokit, just add the member to the response model with the right name Visibility and it will be populated.
Visibility
Sorry, something went wrong.
Sure thing, I'll give it a shot.
No branches or pull requests
The text was updated successfully, but these errors were encountered: