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

Implement missing functions in Repo Releases API #344

Merged
merged 6 commits into from
Feb 7, 2014

Conversation

hnrkndrssn
Copy link
Contributor

  • Add missing functionality to the Repository Releases API Client
  • Add missing functionality to the Observable Repository Releases API Client
  • Unit tests
  • Integration tests
  • Doc Comments

Fixes #338

/// <param name="number">The id of the release</param>
/// <exception cref="ApiException">Thrown when a general API error occurs.</exception>
/// <returns>The <see cref="Release"/> specified by the id</returns>
[SuppressMessage("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Get")]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm starting to wonder if we should just disable CA1716. @shiftkey any thoughts?

@haacked
Copy link
Contributor

haacked commented Jan 27, 2014

Looking good so far. Just realized this is still WIP. :)

@hnrkndrssn
Copy link
Contributor Author

Thanks, always good to get an early review done, gives me more time to fix it up 😁

@hnrkndrssn
Copy link
Contributor Author

Just adding some integration tests, other than that this is ready for review.

haacked added a commit that referenced this pull request Feb 7, 2014
Implement missing functions in Repo Releases API
@haacked haacked merged commit a5d1f6d into octokit:master Feb 7, 2014
@haacked
Copy link
Contributor

haacked commented Feb 7, 2014

Feel free to add the integration tests in another PR. Nice work! 👍

@hnrkndrssn hnrkndrssn deleted the repository-releases-api branch September 18, 2015 11:16
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

Successfully merging this pull request may close these issues.

Implement Repository Releases API
2 participants