fix omdb and id search

This commit is contained in:
Moritz Jung 2025-08-10 14:03:12 +02:00
parent 1cd1b63f15
commit 4366636d9b
5 changed files with 24 additions and 490 deletions

View file

@ -8,7 +8,7 @@ async function fetchSchema() {
await $('bun openapi-typescript ./src/api/schemas/GiantBomb.json -o ./src/api/schemas/GiantBomb.ts');
// https://www.omdbapi.com/swagger.json
await $('bun openapi-typescript ./src/api/schemas/OMDb.json -o ./src/api/schemas/OMDb.ts');
// await $('bun openapi-typescript ./src/api/schemas/OMDb.json -o ./src/api/schemas/OMDb.ts');
// https://github.com/internetarchive/openlibrary-api/blob/main/swagger.yaml
await $('bun openapi-typescript ./src/api/schemas/OpenLibrary.json -o ./src/api/schemas/OpenLibrary.ts');