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
Other clients use the undocumented api to get a repository by ID. Can we add that to this client as well?
Examples: PHP: KnpLabs/php-github-api#579 Python: https://github.com/PyGithub/PyGithub/blob/b64b0d6942bb27095bd035b8c0db10ca35448be3/github/MainClass.py#L191 OctoKit supports it: octokit/rest.js#163 (comment)
And it seems to be sticking around indefinitely: piotrmurach/github#283 (comment)
The text was updated successfully, but these errors were encountered:
Adds the ability to get a repository by ID
265d814
Fixes: hub4j#515
aa2b7ae
Successfully merging a pull request may close this issue.
Other clients use the undocumented api to get a repository by ID. Can we add that to this client as well?
Examples:
PHP: KnpLabs/php-github-api#579
Python: https://github.com/PyGithub/PyGithub/blob/b64b0d6942bb27095bd035b8c0db10ca35448be3/github/MainClass.py#L191
OctoKit supports it: octokit/rest.js#163 (comment)
And it seems to be sticking around indefinitely: piotrmurach/github#283 (comment)
The text was updated successfully, but these errors were encountered: