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
This is currently defined as a top-level property, but is documented under /repos/releases in the API:
/repos/releases
https://developer.github.com/v3/repos/releases/
var releases = await github.Releases.GetAll("octokit", "octokit.net");
We should mark the top-level property as obsolete and move this under IRepositoriesClient:
IRepositoriesClient
var releases = await github.Repository.Releases.GetAll("octokit", "octokit.net");
The text was updated successfully, but these errors were encountered:
I'd like to work on this one
Sorry, something went wrong.
Just going through open issues and noticed this one was fixed in #1058 and should be closed
Whoops! The auto-closing of PRs didn't catch this one. Done!
No branches or pull requests
This is currently defined as a top-level property, but is documented under
/repos/releases
in the API:https://developer.github.com/v3/repos/releases/
We should mark the top-level property as obsolete and move this under
IRepositoriesClient
:The text was updated successfully, but these errors were encountered: