-
Notifications
You must be signed in to change notification settings - Fork 317
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
undocumented API - support #282
Comments
Well, if you want to robustly deal with repository information, it is a much better idea to just store the repo-id rather than everything else. In addition, GitHub allows users to change their nicknames. This also would screw up any tight integration. I currently extent this library using
But looking forward the merge. |
@Shwetakale I think the risk is the same as for any other documented method call. GitHub chops and changes stuff quite frequently so I don't see a problem merging this in. @prasadsurase Thanks for working on this PR. @PatWie Done. |
There are some useful, but undocumented api urls, like
https://api.github.com/user/:id
. Is there a trick to request these apis?Also works for:
https://api.github.com/repositories/:id
The text was updated successfully, but these errors were encountered: