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).
- Host: GitHub
- URL: https://github.com/kellpossible/ambient-weather-progenitor
- Owner: kellpossible
- License: mit
- Created: 2024-02-15T19:29:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T20:55:48.000Z (over 2 years ago)
- Last Synced: 2025-03-02T02:55:29.124Z (over 1 year ago)
- Language: Rust
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```