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 1868c3f commit 943df42
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 @@ -18,7 +18,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 an exchangeable `RequestHandler` implementations
- be able to easily test these endpoint caller functions with exchangeable `RequestHandler` implementations
- have automatically generated [Zod](https://zod.dev) schemas for every endpoint to use for future form validations

## Semantic versioning
Expand Down

0 comments on commit 943df42

Please sign in to comment.