freebsd-ports/devel/rubygem-github_api/pkg-descr
Sunpoet Po-Chuan Hsieh 4c1433eb74 Update pkg-descr
- Take maintainership
2019-11-13 23:39:21 +00:00

9 lines
419 B
Text

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.
WWW: https://piotrmurach.github.io/github/
WWW: https://github.com/piotrmurach/github