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 19, 2024
1 parent c9bd2b7 commit 10e9fc1
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 @@ -17,7 +17,7 @@ Before you consider using this library, I suggest having a look at [Zodios](http
and [openapi-zod-client](https://github.com/astahmer/openapi-zod-client) first.

I coded my own solution because I wanted to
- have separated functions and type definitions for each API endpoint in a single file with sub folders per context
- have separated functions and type definitions for each API endpoint in a single file located in a folder of its context
- be able to easily test these endpoint caller functions with exchangeable `RequestHandler` implementations
- have automatically generated [Zod](https://zod.dev) schemas for any endpoint request data, which can be used for form validations

Expand Down

0 comments on commit 10e9fc1

Please sign in to comment.