blob: 75594ffc1905540c14a4568a83840700d44925fc (
plain) (
blame)
1
2
3
4
5
6
|
Ruby wrapper that supports all of the GitHub API v3 methods(nearly 200). It's
build in a modular way, that is, you can either instantiate the whole api
wrapper Github.new or use parts of it e.i. Github::Repos.new if working solely
with repositories is your main concern.
WWW: http://piotrmurach.github.io/github/
|