Skip to content

Commit 6eb45b6

Browse files
committed
add comments to v3 for deprecated, discontinued dates
1 parent 265f7ea commit 6eb45b6

14 files changed

Lines changed: 28 additions & 0 deletions

File tree

resources/lib/twitch/api/v3/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# -*- encoding: utf-8 -*-
2+
# deprecated @ Feb. 14, 2017
3+
# discontinued @ Feb. 13, 2018
24
# https://github.com/justintv/Twitch-API/blob/master/v3_resources/
35

46
from twitch.api.v3 import blocks # NOQA

resources/lib/twitch/api/v3/blocks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# -*- encoding: utf-8 -*-
2+
# deprecated @ Feb. 14, 2017
3+
# discontinued @ Feb. 13, 2018
24
# https://github.com/justintv/Twitch-API/blob/master/v3_resources/blocks.md
35

46
from twitch.queries import query

resources/lib/twitch/api/v3/channels.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# -*- encoding: utf-8 -*-
2+
# deprecated @ Feb. 14, 2017
3+
# discontinued @ Feb. 13, 2018
24
# https://github.com/justintv/Twitch-API/blob/master/v3_resources/channels.md
35

46
from twitch import keys

resources/lib/twitch/api/v3/chat.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# -*- encoding: utf-8 -*-
2+
# deprecated @ Feb. 14, 2017
3+
# discontinued @ Feb. 13, 2018
24
# https://github.com/justintv/Twitch-API/blob/master/v3_resources/chat.md
35

46
from twitch import keys

resources/lib/twitch/api/v3/follows.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# -*- encoding: utf-8 -*-
2+
# deprecated @ Feb. 14, 2017
3+
# discontinued @ Feb. 13, 2018
24
# https://github.com/justintv/Twitch-API/blob/master/v3_resources/follows.md
35

46
from twitch import keys

resources/lib/twitch/api/v3/games.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# -*- encoding: utf-8 -*-
2+
# deprecated @ Feb. 14, 2017
3+
# discontinued @ Feb. 13, 2018
24
# https://github.com/justintv/Twitch-API/blob/master/v3_resources/games.md
35

46
from twitch import keys

resources/lib/twitch/api/v3/ingests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# -*- encoding: utf-8 -*-
2+
# deprecated @ Feb. 14, 2017
3+
# discontinued @ Feb. 13, 2018
24
# https://github.com/justintv/Twitch-API/blob/master/v3_resources/ingests.md
35

46
from twitch.queries import V3Query as Qry

resources/lib/twitch/api/v3/root.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# -*- encoding: utf-8 -*-
2+
# deprecated @ Feb. 14, 2017
3+
# discontinued @ Feb. 13, 2018
24
# https://github.com/justintv/Twitch-API/blob/master/v3_resources/root.md
35

46
from twitch.queries import V3Query as Qry

resources/lib/twitch/api/v3/search.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# -*- encoding: utf-8 -*-
2+
# deprecated @ Feb. 14, 2017
3+
# discontinued @ Feb. 13, 2018
24
# https://github.com/justintv/Twitch-API/blob/master/v3_resources/search.md
35

46
from twitch import keys

resources/lib/twitch/api/v3/streams.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# -*- encoding: utf-8 -*-
2+
# deprecated @ Feb. 14, 2017
3+
# discontinued @ Feb. 13, 2018
24
# https://github.com/justintv/Twitch-API/blob/master/v3_resources/streams.md
35

46
from twitch import keys

0 commit comments

Comments
 (0)