streamarr/README.md

16 lines
No EOL
257 B
Markdown

# Notes
## APIS
### Generate openapi client
- path to source yml or json
- path to output, will create a typescript file
example
```bash
bunx openapi-typescript .\src\features\content\apis\api.yml -o .\src\features\content\apis\api.generated.ts
```