fastify-openapi3
fastify-openapi3 copied to clipboard
Developer-friendly OpenAPI3 tooling for Fastify that's easy to use.
Results
2
fastify-openapi3 issues
Sort by
recently updated
recently updated
newest added
Minimal repro: https://gist.github.com/colatkinson/57a1a4ba78ee2d10be29ae49df470fc1#file-index-ts This is a lightly-modified version of the `start-server.ts` example -- the major difference being that the type of `pong` is changed from `Type.Boolean()` to `Type.Number()`. Note also...