-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Implement Repository Deploy Keys client #512
Conversation
As this is just waiting for me to do integration tests, the main changes are ready for review if someone has the time. 😁 |
Looks great! Any idea when you'll get to the integration tests? |
I'll try and get them done in the next couple of days |
Integration tests are now dun! 😄 // @haacked |
That failure seems unrelated to your work. Thanks! |
/// See the <a href="https://developer.github.com/v3/repos/keys/">Repository Deploy Keys API documentation</a> for more information. | ||
/// </remarks> | ||
IObservableRepositoryDeployKeysClient DeployKeys { get; } | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for this newline between the closing semi-colon and the code above.
@haacked anything else missing before this can be merged? |
Implement Repository Deploy Keys client
Whoops, I thought I had merged it, but I got distracted. 😄 |
💖 |
Fixes #335
http://developer.github.com/v3/repos/keys/#edit