started implementing radarr and sonarr
This commit is contained in:
parent
7b363964f7
commit
f198d98437
23 changed files with 45022 additions and 15 deletions
|
@ -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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue