progenitor/progenitor-impl
Adam Leventhal e47fc93748
generate iterators over dropshot paginated interfaces (#19)
* Adds support for interating with Streams over interfaces that are tagged
with the x-dropshot-pagination extension. This requires clients to use
the futures crate.

Adds tests that compile generated clients.

Updates nexus.json to reflect a more recent omicron API.

Changes all generated methods to have a lifetime ('a) bound on all
references. This isn't necessary for most methods, but greatly
simplifies generation of the associated paginated interface.
2022-01-05 12:02:46 -08:00
..
src generate iterators over dropshot paginated interfaces (#19) 2022-01-05 12:02:46 -08:00
tests generate iterators over dropshot paginated interfaces (#19) 2022-01-05 12:02:46 -08:00
Cargo.toml Handle operations whose response is a `null` 2021-11-09 23:27:07 -08:00