#OpenAPI Spec Generation
5 messages · Page 1 of 1 (latest)
This is definitely something we're thinking about! Would you want OpenAPI for your HTTP routes (like http.route(...) endpoints) or for all your public queries/mutations/actions?
Check this out for using Hono for http endpoints - if your goal was to get a spec just for http endpoints: https://stack.convex.dev/hono-with-convex
I'll check this out. I was thinking something like this: https://github.com/jlalmes/trpc-openapi, so like an option field on a mutation, query, action where I can just enable it
yeah that makes sense - out of curiosity, what clients would you be hitting it from that wouldn't want to use an existing library?