Rushil Perera 959265484c feat: Add durable object for Anilist requests (#2)
This commit introduces a durable object to handle Anilist GraphQL requests, with the goal of preventing request duplication.

The durable object is designed to cache responses from the Anilist API, with a TTL based on the `nextAiringEpisode` field in the response.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2025-11-14 13:07:36 +08:00
2024-09-19 15:59:49 -04:00
2024-06-13 06:17:39 -04:00
2024-06-02 07:48:38 -04:00
2025-08-10 19:52:07 -04:00
2024-05-14 22:01:21 -04:00
2024-06-12 09:31:12 -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%