index
:
twitch_api
develop
Twitch Web api client made with Rust using Tokio
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2019-05-08
Remove unused imports and add ratelimit trace
develop
David Blajda
2019-05-08
Remove types from twitch_api
David Blajda
2019-05-08
:WIP: Move types to a different crate
David Blajda
2019-05-08
Refactor Ids again and cargo update
David Blajda
2019-02-03
Add Helix and Kraken scopes. Client Config and allow injecting of responses
David Blajda
2019-01-30
Use ToString for endpoint params
David Blajda
2019-01-29
Implement serialize for all models and for IntegerId
David Blajda
2018-12-31
:WIP fix tests
David Blajda
2018-12-30
:WIP: pub int
David Blajda
2018-12-30
:WIP: Reworking types
David Blajda
2018-12-28
User thumnail is String until None url parsing in implemented
David Blajda
2018-12-27
Implement Into for IntId
David Blajda
2018-12-27
Bump cargo version
David Blajda
2018-12-27
Shim AuthClientBuilder for helix and kraken clients
David Blajda
2018-12-27
Use Id types for endpoints and implement kraken headers
David Blajda
2018-12-27
Use a generic client for both helix and kraken
David Blajda
2018-12-27
:Allow iteration over endpoints that provide pagination
David Blajda
2018-12-26
:WIP: Allow iteration over endpoints that provide pagination
David Blajda
2018-12-24
Fix lifetimes on ratelimit trait
David Blajda
2018-12-20
Split auth and unauth client and created ClientTrait
David Blajda
2018-12-20
Fix wrong header variable
David Blajda
2018-12-20
Replace channel based barrier with shared future based barrier
David Blajda
2018-12-19
Another Barrier reimplementation
David Blajda
2018-12-19
Place barrier and waiters in their own modules
David Blajda
2018-12-18
Refactor barrier to use traits
David Blajda
2018-12-18
Implement auth client and auth barrier
David Blajda
2018-12-17
:WIP: requests are sent to a central location
David Blajda
2018-12-17
Figuring out how to implement auth and ratelimt barriers
David Blajda
2018-12-16
Move endpoints functions into namespaces
David Blajda
2018-12-16
Prototype of a non-trait based client
David Blajda
2018-12-16
Prototype of a trait based client
David Blajda
2018-12-16
IntegerId uses custom types to prevent comparison to other Id types
David Blajda
2018-12-15
Deserialize Urls and Dates. Also implement custom Id types
David Blajda
2018-12-13
Restructure project and included kraken endpoint
David Blajda
2018-12-13
Add clip endpoint
David Blajda
2018-12-11
Make all fields public
David Blajda
2018-12-10
Add models
David Blajda
2018-12-10
Update version number
David Blajda
2018-12-10
Add video endpoint
David Blajda
2018-12-09
Fix url building
David Blajda
2018-12-09
clean up reqwest code
David Blajda
2018-12-09
Init commit. Get json using async reqwest
David Blajda