started implementing radarr and sonarr

This commit is contained in:
Chris Kruining 2025-06-05 20:24:17 +02:00
parent 7b363964f7
commit f198d98437
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
23 changed files with 45022 additions and 15 deletions

View file

@ -5,6 +5,12 @@
## APIS
### Host mocked api's
```bash
docker compose up
```
### Generate openapi client
- path to source yml or json
@ -12,5 +18,5 @@
example
```bash
bunx openapi-typescript .\src\features\content\apis\api.yml -o .\src\features\content\apis\api.generated.ts
bunx openapi-typescript .\src\features\content\apis\api.json -o .\src\features\content\apis\api.generated.ts
```