python-twitch icon indicating copy to clipboard operation
python-twitch copied to clipboard

implement DAO's for results

Open ingwinlu opened this issue 10 years ago • 0 comments

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

ingwinlu avatar Oct 01 '15 19:10 ingwinlu