HonoH
Honoโ€ข2y ago
Benno

Enforce OpenAPI types

Hey there,

I'm currently working on a openapi-router package, which aims to enforce types (generated from an OpenAPI document using openapi-typescript) in the routers of web frameworks like Hono or ExpressJs.

I've successfully added support for ExpressJs, as its typings are relatively straightforward. However, I'm finding the Hono types more complex, and I could use some assistance in creating the appropriate Hono types for the openapi-router package.

Is it even feasible to integrate Hono's advanced typing system with openapi-router? Any guidance or tips would be appreciated.

Thanks ๐Ÿ™‚

Context:
GitHub
Web framework built on Web Standards. Contribute to honojs/hono development by creating an account on GitHub.
GitHub
Contribute to inbeta-group/monorepo development by creating an account on GitHub.
GitHub
Contribute to inbeta-group/monorepo development by creating an account on GitHub.
Was this page helpful?