-
Notifications
You must be signed in to change notification settings - Fork 781
Use /:path instead of ?path=:path to get contents #92
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
Conversation
👍 |
Crap, didn't realize there was already a PR for this. Is this project really maintained anymore? |
Well, this PR is only 2 months old, and the author has not been very active on github this year, so we can leave him a little bit of time 😄 |
Its 5 months old now, lol. |
It was fixed already
@michael are you interested in merging this? |
@raphink Howdy, I'm helping maintain this. Mind updating your PR? Would love to merge it. Thanks! 👍 |
Also, this is a dupe of #127, or rather, that is a dupe of this. I don't care which I merge, will merge the one fixed fastest whilst closing the other. Thanks! 🏁 |
@Aendrew Just rebased it. |
💥 |
Use /:path instead of ?path=:path to get contents
Passing
path
in the query string does not seem to work anymore with the Github API (I'm admittedly guilty of not seeking to know why). The API documentation says to use:which is what this patch does (and it works ;-)).