ingwinlu / python-twitch

python-twitch is an python module for simple interaction with twitch.
http://ingwinlu.github.io/python-twitch/
GNU General Public License v3.0
34 stars 17 forks source link

implement DAO's for results #14

Open ingwinlu opened 8 years ago

ingwinlu commented 8 years ago

would also enable simple rest navigation via parsed _links section:

twitch.api.teams() would list the first 25 teams, via twitch.api.teams.next() and twitch.api.teams.prev() jump to next or prev listing, since the old api partly substituted resultsets, will need to maybe add a transform functionality as well