Ecosyste.ms: Awesome

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

https://github.com/mrshankly/go-twitch

Go library for accessing the Twitch API
https://github.com/mrshankly/go-twitch

go twitch

Last synced: 8 days ago
JSON representation

Go library for accessing the Twitch API

Lists

README

        

# go-twitch

[![Build Status](https://travis-ci.org/mrshankly/go-twitch.svg?branch=master)](https://travis-ci.org/mrshankly/go-twitch)

go-twitch is a Go client library for accessing the [Twitch V5 API](https://dev.twitch.tv/docs).

The design of go-twitch is heavily based on [google/go-github](https://github.com/google/go-github), thank you to its authors for the inspiration.

## License

This library is distributed under the ISC license found in the [LICENSE](./LICENSE)
file.