No description
Find a file
2025-06-05 10:24:37 +02:00
.vscode got started on new look. pivoting to api implementations now 2025-04-01 14:17:20 +02:00
patches add patch for solid start (tanstack underneath) 2025-05-14 13:51:33 +02:00
public woooot, got streaming via the jellyfin api working! 2025-05-28 13:16:54 +02:00
src finish simplification of ids into single value 2025-06-05 10:24:37 +02:00
.gitignore lovely. got a couple of partial implementations.... 2025-04-14 00:15:18 +02:00
app.config.ts made some nice progress today! 2025-05-19 01:06:20 +02:00
bun.lock woooot, got streaming via the jellyfin api working! 2025-05-28 13:16:54 +02:00
bunfig.toml finish migration to less deps 2025-03-31 14:49:31 +02:00
docker-compose.yml update jellyfin api implementation 2025-05-14 13:54:06 +02:00
package.json woooot, got streaming via the jellyfin api working! 2025-05-28 13:16:54 +02:00
README.md did a lot of syle work and started search and detail pages 2025-05-19 17:00:18 +02:00
tsconfig.json got started on new look. pivoting to api implementations now 2025-04-01 14:17:20 +02:00

Notes

APIS

Generate openapi client

  • path to source yml or json
  • path to output, will create a typescript file

example

bunx openapi-typescript .\src\features\content\apis\api.yml -o .\src\features\content\apis\api.generated.ts