Skip to content

Releases: nicklaw5/twitch-api-php

Introduction of New Twitch API (Helix)

27 Dec 19:28
ce0b6e6
Compare
Choose a tag to compare

This release introduces the New Twitch API (Helix). It is not 100% feature complete with all endpoints, but serves as a starting point. It is usable for the endpoints that have been added, and the old API is still available to use side-by-side for any endpoints that are available in the old but not the new (yet).

See #22 for details.

v1.2.2

20 Dec 02:56
db405e0
Compare
Choose a tag to compare
  • Remove unnecessary $channel param from getClip() (#21) (@zlokomatic)

v1.2.1

07 Nov 18:28
Compare
Choose a tag to compare

v1.2

18 Apr 02:08
29b566c
Compare
Choose a tag to compare
  • Fix for Clips::getTopClips #18 (@ecfy)

v1.1

23 Mar 19:01
Compare
Choose a tag to compare

Added revokeToken method for revoking access tokens.

v1.0

28 Jan 03:59
Compare
Choose a tag to compare
Drop support for v4 endpoints

The Kraken v4 endpoints are publically accessible but are not
documented and never were. I don't see the need to include them
in this implementation.

v0.1.7

26 Nov 00:24
c5d57f7
Compare
Choose a tag to compare

v0.1.6

16 Nov 06:13
50322ed
Compare
Choose a tag to compare

v0.1.5

26 Apr 19:07
Compare
Choose a tag to compare
  • Added validateAccessToken() endpoint 39a461c

v0.1.4

02 Apr 20:26
Compare
Choose a tag to compare
  • Fixed unused exception parameter e4438c7