forked from Lainports/freebsd-ports
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
381 B
Text
8 lines
381 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.
|
|
|
|
See also: https://github.com/piotrmurach/github
|