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.
- Host: GitHub
- URL: https://github.com/arp242/hubhub
- Owner: arp242
- License: mit
- Created: 2018-07-28T10:13:40.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-28T20:08:10.000Z (about 1 year ago)
- Last Synced: 2025-06-16T01:41:53.648Z (about 1 year ago)
- Topics: github, go
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.