You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a NewClientWithResponsesAndRequestEditorFunc function and updat…
…ed the RequestEditor to use a type (oapi-codegen#38)
* Added a type definition for the RequestEditor function for easy reuse
Added a new NewClientWithResponsesAndRequestEditorFunc function to be
able to pass a custom callback function during the client creation.
Refactor ClientWithResponses types
Type generation is now based off OperationDefinition and processed
schemas, so that we can do type referencing properly.
Improve request validation
Allow passing through openapi3filter Options and parameter
decoder, as well as passing through the echo context to inner
kin-openapi3 callbacks. This allows for implementing proper
request validation.