Commit Graph

13 Commits

Author SHA1 Message Date
Jess Frazelle 4dbad20942
turn off tls support (#93)
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2022-07-06 14:59:50 -07:00
Adam Leventhal 9b28ac87c6
add an optional builder pattern as well as extension traits for tags when using the builder interface (#86) 2022-07-02 19:09:38 -07:00
Adam Leventhal eec8526ba5
cleanup and documentation (#67) 2022-05-21 18:00:05 -07:00
Adam H. Leventhal eb14e8bbb8 starting progenitor 0.1.2-dev after releasing 0.1.1 2022-05-13 10:49:50 -07:00
Adam H. Leventhal 160190ff5a update to 0.1.1 2022-05-13 10:30:50 -07:00
Adam Leventhal 30d64120af
remove cross-package file dependency by adding progenitor_client::code() (#52) 2022-05-13 10:26:22 -07:00
Adam Leventhal 131ad61e6b
prep for initial release (#51) 2022-05-12 16:18:12 -07:00
Erik Hollensbe b6a8ee0684
Fix reqwest feature causing a compilation error (#42)
Signed-off-by: Erik Hollensbe <git@hollensbe.org>
2022-05-09 17:34:25 -07:00
Adam Leventhal b7bbb5cdff
update ByteStream type to include Pin (#36) 2022-03-16 13:30:49 -07:00
Adam Leventhal ea80069ef3
Handle byte streams for both success and error responses (#35) 2022-03-15 16:11:47 -07:00
Adam Leventhal 39b1d9107d
add helper functions to Error and ResponseValue (#28) 2022-02-23 21:07:30 -08:00
Adam Leventhal 25192b5dc1
Add a wrapper types for success and error responses (#26) 2022-02-08 08:59:38 -08:00
Adam Leventhal 7934be90b9
a variety of improvements to support omicron clients (#12)
- add the start of a client support crate
- add support for pre/post request hooks with consumer-specific data
- suggest type names for parameter and response types in case those
  types are unnamed
- handle more reference types by resolving them properly
- improve optional parameter generation
2021-10-29 07:16:39 -07:00