Releases: mauricew/ruby-twitch-api
Releases · mauricew/ruby-twitch-api
v0.4.0 (2019-01-03)
Happy new year and welcome to another small release.
- Add stream marker endpoints
- Modify many data models to include user names (#5, thanks to @Tiltify for getting that revved up)
Next version will definitely have either auth or webhooks, and clean up some stuff (more consistent code style, pull requests for each new feature, etc.)
v0.3.0 (2018-06-17)
- Add the following endpoints:
- Bits leaderboard
- Game analytics
- Pagination now included on clips endpoints
- Ability to display raw responses
- Faraday version requirement reduced; supports same maximum version as currently released
oauth2
gem
v0.2.0 (2018-01-06)
Support for access/bearer token requests. Now implementing the full surface of the REST API as of December 2017.
v0.1.0 (2017-11-21)
This is the initial release of the library, supporting all currently available GET requests of the Helix API.
Breaking changes from pre-release versions 0.0.x
Responses are now enveloped in a response object containing request-specific information. You can access the data array by calling #data.