Skip to content
New issue

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

Email "visibility" Field Missing #1754

Closed
roblesch opened this issue Feb 6, 2018 · 2 comments
Closed

Email "visibility" Field Missing #1754

roblesch opened this issue Feb 6, 2018 · 2 comments

Comments

@roblesch
Copy link

roblesch commented Feb 6, 2018

var client = GetGitHubClient(accessToken);
var emailAddresses = await client.User.Email.GetAll();

dbg
curl

@ryangribble
Copy link
Contributor

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.

@roblesch
Copy link
Author

roblesch commented Feb 8, 2018

Sure thing, I'll give it a shot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants