https://github.com/charlzyx/cast
cast swagger.json -> api.d.ts
https://github.com/charlzyx/cast
Last synced: about 2 months ago
JSON representation
cast swagger.json -> api.d.ts
- Host: GitHub
- URL: https://github.com/charlzyx/cast
- Owner: charlzyx
- Created: 2023-05-11T12:22:59.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-16T02:38:35.000Z (about 2 years ago)
- Last Synced: 2025-02-11T17:16:01.080Z (4 months ago)
- Language: Rust
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# api
cast OpenApi/Swagger.{json,yaml} -> api.d.ts# debug
```sh
# look output at petstore.ts
cargo run > output.ts && npx dprint fmt output.ts
```## WIP