File tree Expand file tree Collapse file tree
resources/lib/twitch/api/v5 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# -*- encoding: utf-8 -*-
22# https://dev.twitch.tv/docs/
33
4+ from twitch .api .v5 import bits # NOQA
5+ from twitch .api .v5 import channel_feed # NOQA
46from twitch .api .v5 import channels # NOQA
7+ from twitch .api .v5 import chat # NOQA
8+ from twitch .api .v5 import collections # NOQA
9+ from twitch .api .v5 import communities # NOQA
510from twitch .api .v5 import games # NOQA
611from twitch .api .v5 import ingests # NOQA
12+ from twitch .api .v5 .root import root # NOQA
713from twitch .api .v5 import search # NOQA
814from twitch .api .v5 import streams # NOQA
915from twitch .api .v5 import teams # NOQA
1016from twitch .api .v5 import users # NOQA
1117from twitch .api .v5 import videos # NOQA
12- from twitch .api .v5 import communities # NOQA
13- from twitch .api .v5 .root import root # NOQA
Original file line number Diff line number Diff line change 55from twitch .queries import query
66
77
8- # TODO token as parameter
98@query
109def root ():
1110 return Qry ('' )
You can’t perform that action at this time.
0 commit comments