Tags: maclav3/oapi-codegen
Tags
Fix time/date and deepObject binding issues This fixes oapi-codegen#247. DeepObject had various bugs in binding to time and dates, and we explicitly need to handle aliases via reflection instead of type converting to time.Time and types.Date Added a pile of tests for these cases.
Allow giving URLs to oapi-codegen (oapi-codegen#216) * Detect non local paths * Tests
Attempt to fix codegen issue of not including additionalProperties in… … allOf schema (oapi-codegen#194)
Wrap Chi server and pass parameters as function params (oapi-codegen#166 ) * wrap server interface * pass request and response to the handlers * update examples and tests * fix chi template
PreviousNext