ecyrbe / zodios

typescript http client and server with zod validation
https://www.zodios.org/
MIT License
1.66k stars 45 forks source link

Added override example for formDataPlugin #534

Closed h-sigma closed 11 months ago

h-sigma commented 1 year ago

Added an example in the overriding plugins section that clarifies that some in-built plugins are registered per-endpoint and must be overriden for every endpoint instead of globally (which I personally kept trying to do for two hours before realizing the dumb mistake I was making).

This clarification may not be that important for people that primarly use @zodios/core, however, I come from the openapi-zod-client world, and my zodios client file is auto-generated.

ecyrbe commented 11 months ago

Thanks