Rushil Perera 495506935e refactor!: migrate from REST API to GraphQL
- Replace OpenAPI/REST endpoints with a single  route.
- Remove  and Swagger UI configuration.
- Disable OpenAPI schema extensions in Zod types.
- Refactor  to be request-agnostic.
- Update episode URL fetching to return standardized success/failure objects.
- Update project dependencies.
2025-12-06 07:30:51 -05:00
2024-09-19 15:59:49 -04:00
2024-06-13 06:17:39 -04:00
2025-11-14 13:10:32 +08:00
2024-06-02 07:48:38 -04:00
2024-05-14 22:01:21 -04:00
2024-06-13 06:17:39 -04:00
2025-08-10 19:22:14 -04:00

npm install
npm run dev
npm run deploy

Development

If a route is internal-only or doesn't need to appear on the OpenAPI spec (that's autogenerated by Hono), use the Hono class. Otherwise, use the OpenAPIHono class from @hono/zod-openapi.

Description
No description provided
Readme 2 MiB
Languages
TypeScript 100%