Skip to content

Releases: ylorant/twitch-php-client

v2.2

Choose a tag to compare

@ylorant ylorant released this 26 Sep 00:21
  • Added Shoutouts call

v2.1

Choose a tag to compare

@ylorant ylorant released this 17 Sep 05:06
  • Added Whispers API
  • Removed obsolete Tags API
  • Moved startCommercials (ads control) into their own service (put deprecated tag on previous call from Channels service)
  • Added scopes definition to services to allow full scope authentication in tests.

v2.0

Choose a tag to compare

@ylorant ylorant released this 25 Jul 22:26
  • Removes support for Kraken API (that has been decommissioned by Twitch)
  • Adds support for Twitch Charity

v1.3

Choose a tag to compare

@ylorant ylorant released this 27 Feb 04:46

Added some methods in Helix that were only available on Kraken before. Also, following the imminent deletion of the Kraken API, put the calls as deprecated (will be removed in next major version).

1.2

1.2

Choose a tag to compare

@ylorant ylorant released this 14 Jul 22:55
  • Added the Helix getStreams method. This is a small release, I know.

1.1

1.1

Choose a tag to compare

@ylorant ylorant released this 12 Jul 12:27
  • Added OAuth client credentials scheme authentication.
  • Added default tokens into the default token provider, to account for the client credentials token. Now the client should work with the last updates to the Helix API, i.e. it needs an OAuth token at all times.

v1.0

Choose a tag to compare

@ylorant ylorant released this 30 Jun 11:50

First release. Not all routes are present yet, but this is stable already, I would say.