Tags: sonvt1710/oapi-codegen
Tags
Add support for user-provided templates (oapi-codegen#136) * Add support for user-provided templates This change introduces a new `-templates` command flag to enable users to override code generation templates at runtime instead of having to recompile the binary after having edited the built-in templates. * fixup! Add support for user-provided templates
emove special characters for go names (oapi-codegen#107) avoid index out of bounds Fix case of ParsegetTestByNameResponse to be ParseGetTestByNameResponse Fix &interface{}{} to be var temp interface{}\n&temp Correctly handle Unicode Signed-off-by: Steve Coffman <steve@khanacademy.org>
Fix oapi-codegen#40: Canonical header keys Use the http.CanonicalHeaderKey function to normalize HTTP parameter names.
Added a NewClientWithResponsesAndRequestEditorFunc function and updat… …ed the RequestEditor to use a type (#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.
PreviousNext