An open API service indexing awesome lists of open source software.

https://github.com/arp242/hubhub

Set of utility functions for working with the GitHub API.
https://github.com/arp242/hubhub

github go

Last synced: 2 months ago
JSON representation

Set of utility functions for working with the GitHub API.

Awesome Lists containing this project

README

          

hubhub is a set of utility functions for working with the GitHub API.

Import as `zgo.at/hubhub`. API docs: https://godocs.io/zgo.at/hubhub

It's not a "client library"; but just a few convenience functions that I found
myself re-creating a bunch of times in different programs.

Personally, I prefer working with the API "directly", instead of using an
elaborate wrapper/client library. YMMV. Check out
[`go-github`](https://github.com/google/go-github) if you want a full client
library.