14 Commits

Author SHA1 Message Date
f0f969ef4f Fix tokio implementation 2022-12-05 12:23:40 +01:00
Josh Kuhn
d552f4047b
Update docs(#12) 2021-04-28 09:59:06 -07:00
Josh Kuhn
7d274dfcbd (cargo-release) start next development iteration 0.1.5-alpha.0 2020-12-21 22:35:23 -08:00
Josh Kuhn
31443eff5d (cargo-release) version 0.1.4 2020-12-21 22:33:36 -08:00
Josh Kuhn
3c3553d100 (cargo-release) start next development iteration 0.1.4-alpha.0 2020-12-17 22:42:14 -08:00
Josh Kuhn
55a94ace4a (cargo-release) version 0.1.3 2020-12-17 22:40:27 -08:00
Josh Kuhn
9ded1062d1
Add synchronous client feature (#8) 2020-12-17 22:39:52 -08:00
Josh Kuhn
8a2f6400b4 (cargo-release) start next development iteration 0.1.3-alpha.0 2020-12-12 22:45:34 -08:00
Josh Kuhn
861288c6d9 (cargo-release) version 0.1.2 2020-12-12 22:43:52 -08:00
Josh Kuhn
1b6d7f69be (cargo-release) version 0.1.1-beta.1 2020-12-09 13:53:32 -08:00
Josh Kuhn
94d633e6f2
Make this a better library (#7)
Some additions to make this more useful as a library
- Move testing only dependencies into dev-dependencies
- The library itself now uses surf instead of reqwest, which is more flexible over runtimes
- Add some crate features to allow configuring which backend to use
- Add logging for requests and responses
2020-12-09 13:52:14 -08:00
Josh Kuhn
3383637f24
Add serde_json version (#3) 2020-12-05 17:12:38 -08:00
Josh Kuhn
62193135c7
Cleanups before publishing (#2)
Several cleanups:
- Flesh out the README
- Make the interface a little easier to use
- Add some examples
- Add some (sparse) documentation for public components
- Mark the `FinishReason` and `Engine` enums as non-exhaustive so new members can be added in the future without breaking backwards compatibility
2020-12-05 16:43:15 -08:00
Josh Kuhn
d18d72b646 Basic functionality implemented 2020-12-05 11:45:56 -08:00