opnsense-ports/devel/rubygem-github_api/pkg-descr
Franco Fichtner cd0b9ef4d1 */*: sync with upstream
Taken from: FreeBSD
2024-07-18 21:40:24 +02:00

6 lines
332 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.