-
Notifications
You must be signed in to change notification settings - Fork 731
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 Contents API #46
Comments
What's the word on this? I need this for a project I'm working on (ideally with the ability to push back to the contents API as well). I'm more than happy pull your commits and work on it if you have no objections. :) |
Decided to go ahead and tinker around a bit on my own. My fork is located on my fork which has your work rebased on top of the latest master. :-) |
Please do. This is the beauty of the open source community. |
Cool! Thanks @kohsuke! |
GitHub provides a Contents API [0]. I started to implement those methods and domain objects in the contents-api branch of my fork [1]. I'll create a pull-request once I consider my work mergeable.
btw, feel free to comment commits. Feedback are always welcome.
[0] http://developer.github.com/v3/repos/contents/
[1] https://github.com/acollign/github-api/tree/contents-api
The text was updated successfully, but these errors were encountered: