Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inkognitro committed Aug 18, 2024
1 parent 3c2db88 commit e58be4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and [openapi-zod-client](https://github.com/astahmer/openapi-zod-client) first.
I coded my own solution because I wanted to
- have fine-grained and separated functions and type definitions for each API endpoint
- be able to easily test these endpoint caller functions with exchangeable `RequestHandler` implementations
- have automatically generated [Zod](https://zod.dev) request schemas for form validations
- have automatically generated [Zod](https://zod.dev) schemas for request parameters which can be used for form validation

## Semantic versioning
**Worried about different code generation outputs after updating this library?**
Expand Down

0 comments on commit e58be4a

Please sign in to comment.