Commit Graph

6 Commits

Author SHA1 Message Date
Aaron Sky 23cea0da0e * moved CI to Xcode 14.2
* added flaky-tests and clusters api support
* rewrote transport tests. they might work?
* more sendable conformances
2023-06-18 10:28:24 -04:00
Aaron Sky 4831c3bbc9 Token providing is now async 2022-09-24 18:20:44 -04:00
Aaron Sky 3baffd6e9e more documentation! 2022-09-11 22:58:22 -04:00
Aaron Sky 4c5f2dd0c1 Add Sendable conformances 2022-06-25 19:55:51 -04:00
Aaron Sky 5316ba12a7 formatting 2022-06-06 20:04:36 -04:00
Aaron Sky 2dc98bc628
Support tokens as a dynamic, generic construct (#4)
* Support tokens as a dynamic, generic construct

This new design will make it so a single client can be used with all sorts of API, even though the authorization requirements for different API versions require different tokens.

* update tokenprovider docs
2022-06-06 06:38:18 -04:00