summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-08Remove unused imports and add ratelimit tracedevelopDavid Blajda
2019-05-08Remove types from twitch_apiDavid Blajda
2019-05-08:WIP: Move types to a different crateDavid Blajda
2019-05-08Refactor Ids again and cargo updateDavid Blajda
2019-02-03Add Helix and Kraken scopes. Client Config and allow injecting of responsesDavid Blajda
2019-01-30Use ToString for endpoint paramsDavid Blajda
2019-01-29Implement serialize for all models and for IntegerIdDavid Blajda
2018-12-31:WIP fix testsDavid Blajda
2018-12-30:WIP: pub intDavid Blajda
2018-12-30:WIP: Reworking typesDavid Blajda
2018-12-28User thumnail is String until None url parsing in implementedDavid Blajda
2018-12-27Implement Into for IntIdDavid Blajda
2018-12-27Bump cargo versionDavid Blajda
2018-12-27Shim AuthClientBuilder for helix and kraken clientsDavid Blajda
2018-12-27Use Id types for endpoints and implement kraken headersDavid Blajda
2018-12-27Use a generic client for both helix and krakenDavid Blajda
2018-12-27:Allow iteration over endpoints that provide paginationDavid Blajda
2018-12-26:WIP: Allow iteration over endpoints that provide paginationDavid Blajda
2018-12-24Fix lifetimes on ratelimit traitDavid Blajda
2018-12-20Split auth and unauth client and created ClientTraitDavid Blajda
2018-12-20Fix wrong header variableDavid Blajda
2018-12-20Replace channel based barrier with shared future based barrierDavid Blajda
2018-12-19Another Barrier reimplementationDavid Blajda
2018-12-19Place barrier and waiters in their own modulesDavid Blajda
2018-12-18Refactor barrier to use traitsDavid Blajda
2018-12-18Implement auth client and auth barrierDavid Blajda
2018-12-17:WIP: requests are sent to a central locationDavid Blajda
2018-12-17Figuring out how to implement auth and ratelimt barriersDavid Blajda
2018-12-16Move endpoints functions into namespacesDavid Blajda
2018-12-16Prototype of a non-trait based clientDavid Blajda
2018-12-16Prototype of a trait based clientDavid Blajda
2018-12-16IntegerId uses custom types to prevent comparison to other Id typesDavid Blajda
2018-12-15Deserialize Urls and Dates. Also implement custom Id typesDavid Blajda
2018-12-13Restructure project and included kraken endpointDavid Blajda
2018-12-13Add clip endpointDavid Blajda
2018-12-11Make all fields publicDavid Blajda
2018-12-10Add modelsDavid Blajda
2018-12-10Update version numberDavid Blajda
2018-12-10Add video endpointDavid Blajda
2018-12-09Fix url buildingDavid Blajda
2018-12-09clean up reqwest codeDavid Blajda
2018-12-09Init commit. Get json using async reqwestDavid Blajda