Ruby Twitch Api Versions Save

Ruby client for the Twitch Helix API.

v0.4.0

5 years ago

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

5 years ago
  • 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

6 years ago

Support for access/bearer token requests. Now implementing the full surface of the REST API as of December 2017.

v0.1.0

6 years ago

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.