Skip to content

Releases: mauricew/ruby-twitch-api

v0.4.0 (2019-01-03)

03 Jan 02:59
Compare
Choose a tag to compare

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)

17 Jun 21:48
Compare
Choose a tag to compare
  • 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)

06 Jan 23:58
Compare
Choose a tag to compare

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)

21 Nov 02:06
Compare
Choose a tag to compare

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.