Skip to content

Commit 2c82d03

Browse files
committed
Update changes
1 parent 1728dd6 commit 2c82d03

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

addon.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99
<extension point="xbmc.addon.metadata">
1010
<platform>all</platform>
1111
<news>
12-
*** Twitch API V5 is deprecated and will be removed entirely on 2/14/18
13-
*** 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
14-
15-
[fix/upd] v5.channels deprecated notations for community endpoints, add new communities endpoints
12+
[chg] refactor oauth for inclusion of helix
13+
[add] helix api
14+
[add] add usher.live_request and usher.video_request
1615
</news>
1716
<assets>
1817
<icon>icon.png</icon>

changelog.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2.0.0
2+
[chg] refactor oauth for inclusion of helix
3+
- adds MobileClient().prepare_token_uri() for generating app access tokens, adds client_secret requirement
4+
- adds MobileClient().prepare_revoke_uri() for revoking oauth tokens
5+
- adds helix oauth scopes
6+
- twitch.scopes -> twitch.oauth.<api version>.scopes
7+
- twitch.oauth.MobileClient() -> twitch.oauth.clients.MobileClient()
8+
[add] helix api
9+
[add] add usher.live_request and usher.video_request
10+
111
1.1.0
212
*** Twitch API V5 is deprecated and will be removed entirely on 2/14/18
313
*** script.module.python.twitch v2 will include the Twitch helix API, and may include breaking changes to current implementations.

0 commit comments

Comments
 (0)