From 2c82d03847a216df9477e4dd60448764fa795603 Mon Sep 17 00:00:00 2001 From: anxdpanic Date: Thu, 28 Sep 2017 15:09:28 -0400 Subject: [PATCH 1/2] Update changes --- addon.xml | 7 +++---- changelog.txt | 10 ++++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/addon.xml b/addon.xml index 62e2dd1..02bde5a 100644 --- a/addon.xml +++ b/addon.xml @@ -9,10 +9,9 @@ all -*** Twitch API V5 is deprecated and will be removed entirely on 2/14/18 -*** script.module.python.twitch v2 will include the Twitch helix API, and may include breaking changes to current implementations. If you rely on this module follow development at https://github.com/MrSprigster/script.module.python.twitch - -[fix/upd] v5.channels deprecated notations for community endpoints, add new communities endpoints +[chg] refactor oauth for inclusion of helix +[add] helix api +[add] add usher.live_request and usher.video_request icon.png diff --git a/changelog.txt b/changelog.txt index e4e44d3..525c800 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,13 @@ +2.0.0 +[chg] refactor oauth for inclusion of helix +- adds MobileClient().prepare_token_uri() for generating app access tokens, adds client_secret requirement +- adds MobileClient().prepare_revoke_uri() for revoking oauth tokens +- adds helix oauth scopes +- twitch.scopes -> twitch.oauth..scopes +- twitch.oauth.MobileClient() -> twitch.oauth.clients.MobileClient() +[add] helix api +[add] add usher.live_request and usher.video_request + 1.1.0 *** Twitch API V5 is deprecated and will be removed entirely on 2/14/18 *** script.module.python.twitch v2 will include the Twitch helix API, and may include breaking changes to current implementations. From bc8b5ce0d1504c60c0c59f967dfbb773342b899b Mon Sep 17 00:00:00 2001 From: anxdpanic Date: Thu, 28 Sep 2017 15:09:44 -0400 Subject: [PATCH 2/2] 2.0.0~alpha1 --- addon.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon.xml b/addon.xml index 02bde5a..30c9451 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - +