gh3
gh3 copied to clipboard
Client-side Javascript API wrapper for GitHub API V3
For example, I have a `README.md` file in my repo, I want to modify it on PC, and then post updated content to the repo........... But I coundn't find the...
This library is great. However, there are a couple of missing gaps. In particular, I was hoping to use this library to access the [activity/starring api](https://developer.github.com/v3/activity/starring/). However, it does not...
Having the ability to pull release information for a given repository would be extremely helpful, as this is where information such as "download count" is stored. Awesome library - thank...
How do I read pages from a wiki? I'm trying to read this [test wiki page](https://github.com/rhino/rhino.github.io/wiki/TestPage) via this lib. I'm using the 05-file sample code.