Eric Smekens
Eric Smekens
Currently, fastify-swagger allows the specification of a 204 without any content: https://github.com/fastify/fastify-swagger?tab=readme-ov-file#empty-body-responses ``` { response: { 204: { type: 'null', description: 'No Content' }, 503: { type: 'null', description: 'Service...
Bypassing the contribution guidelines, as this is not a change directly on repository that needs a version change or something similiar. If I still need to open an issue for...
**Describe the bug** When you're using `exclusiveMinimum: true` or `exclusiveMaximum: true` in your OpenAPI schema: - RequestBody will be completely ignored by the feTS client, as if it does not...
Documentation error on Client/Inferring types https://the-guild.dev/openapi/fets/client/inferring-schema-types Example: ```ts import type { NormalizeOAS, OASRequestParameters } from 'fets' import type oas from './openapi' type AddUserInput = OASRequestParams ``` Should be: ```ts import...
I've recently updated the documentation page for version 1.4.0: https://ericsmekens.github.io/jsep/ The sandbox and links are properly updated, but the documentation itself is out of date. (There is no guide on...