An open API service indexing awesome lists of open source software.

https://github.com/kellpossible/ambient-weather-progenitor

A client for ambient-weather's REST api generated using [progenitor](https://github.com/oxidecomputer/progenitor).
https://github.com/kellpossible/ambient-weather-progenitor

Last synced: about 1 year ago
JSON representation

A client for ambient-weather's REST api generated using [progenitor](https://github.com/oxidecomputer/progenitor).

Awesome Lists containing this project

README

          

# `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
```