# `ambient-weather-progenitor` A client for ambient-weather's REST api generated using [progenitor](https://github.com/oxidecomputer/progenitor). [`ambient-weather.json`](./ambient-weather.json) has been generated from using [apib2swagger](https://github.com/kminami/apib2swagger), with the operation ids renamed to something that should work with most codegen tools, and `date-time` format added where appropriate. To run the code generator, do the following: ```bash $ cargo run -p codegen ```