mnahkies / mnahkies/openapi-code-generator
typescript-fetch: support runtime parsing
Open
Nobody has claimed this yet.
typescript-fetch
- Dominant language
- TypeScript
- Stars
- 34
- Forks
- 8
- Avg merge
- 20h 27m
- Merged PRs (30d)
- 7
Description
currently only the typescript-koa does any runtime parsing/validation.
add support to the typescript-fetch template for validating parameters, and parsing responses using the configured schema builder (ie: zoa / joi)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the existing runtime parsing and validation in the typescript-koa template with the typescript-fetch template. Trace how the configured schema builder, such as zoa or joi, is selected; the work is done when generated fetch clients validate parameters and parse responses through that builder.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- openapi, typescript
- Domain
- api, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100