webroute icon indicating copy to clipboard operation
webroute copied to clipboard

The web toolkit for full-stack connoisseurs.

Results 14 webroute issues
Sort by recently updated
recently updated
newest added

Example: ``` application/json: schema: anyOf: - type: object properties: draftId: type: string title: type: - string - 'null' ``` Causes error: ``` should be equal to one of the allowed...

bug

Should be something like: ```ts .params( MySchema, { skipTypeCheck?: boolean, onFailure?: (...) => {}, name: "for openapi/docs" } ) ```

Currently, some open api generators are failing - indicating the open api spec is invalid. Either need to validate using an actual openapi validator, or at least be able to...

bug

Add support for Open API spec auto-generation. Schemas: - [x] Zod - [ ] Superstruct - [ ] Valibot? - [ ] Yup

enhancement

E.g `.output(SomeSchema, {name: "CustomName" })`

When there are path params defined in the path but no schema provided, the open API spec complains. Fix: Need to set a default type for path params provided, which...

bug

- [ ] Remix - [ ] Helper exposing e.g. varying dynamic param discover ($param, vs [param]), includeFile regex, ignoreFile regex

enhancement

E.g. in Bun, nested file routes aren't working. Might be worth setting up docker test envs for various runtimes.

bug