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

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

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