aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-github_api/pkg-descr
blob: 3f033764bb38babd4de0e6211ca96de1376f4e3e (plain) (blame)
1
2
3
4
5
6
7
8
A Ruby client for the official GitHub API.

Supports all the API methods. It's built in a modular way. You can either
instantiate the whole API wrapper Github.new or use parts of it i.e.
Github::Client::Repos.new if working solely with repositories is your main
concern. Intuitive query methods allow you easily call API endpoints.

See also: https://github.com/piotrmurach/github