oapi-codegen/oapi-codegen
Generate Go client and server boilerplate from OpenAPI 3 specifications
GoApache-2.0
Pinned issues
Issues
- 1
error parsing config file
#1826 opened by FedeBev - 4
- 0
Expose the raw OpenAPI spec
#1834 opened by jedrivisser - 0
Generate OpenAPI Client with Go 1.23 Iterators
#1832 opened by StevenACoffman - 1
some duplicate code in schema.go
#1831 opened by kgrama - 3
Invalid root path for `net/http` is generated
#1743 opened by AidanWelch - 0
- 1
What's the difference between StdHTTPServerOptions and StrictHTTPServerOptions (path param and body validation in two places)
#1811 opened by pixelsoccupied - 0
- 3
Feature: Disable generation of certain response types
#1800 opened by AidanWelch - 0
Supporting `string` struct tag for relevant fields?
#1823 opened by jmmills - 2
Nested external references
#1808 opened by hiddenmarten - 0
Unit test panics when run independently without makefile
#1821 opened by kgrama - 2
ValidateRequestBody calls io.ReadAll causing OOM issues where we want streaming
#1814 opened by Southclaws - 2
Add support for hiding/disabling excluded components instead of not generating them at all
#1812 opened by mleko - 1
Quotes in Content-Type cause "error generating code: error formatting Go code"
#1799 opened by FenTiger - 1
Validation only partially working. Bug or Mistake by me?
#1810 opened by Skeeve - 2
Hope ServerInterface separated by the tags.
#1818 opened by tangxiaopingdev - 1
Codegen ignores not referenced components
#1819 opened by nordicdyno - 3
- 3
field that starts with underscore generates a conflict
#1767 opened by gainsley - 0
Concurrency safe code generator
#1813 opened by justenstall - 1
Allow resetting globalState.options
#1805 opened by bcm820 - 0
`GetSwagger()` fails with: "failed to solve fragment in URI map key not found"
#1804 opened by luminoso - 1
Qustion: How to Set Multiple Cookies with a Strict Server?
#1801 opened by su8ru - 2
error generating code: error formatting Go code -> expected operand, found '<' (and 10 more errors)
#1736 opened by mat813 - 3
- 0
Allow strict server to return an internal error for logging and a response body
#1790 opened by pathakhimanshucs - 1
- 1
Can't use "go run github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen" to generate the code
#1786 opened by LinYunling - 2
pathPrefix not used when using self import mapping
#1779 opened by ottaviohartman - 7
[v1.12.4 -> v2.3.0] - Order of arguments for runtime.JsonMerge and runtime.JSONMerge are being flipped.
#1762 opened by jamesdillon-pol - 1
Custom Name Normalizer?
#1766 opened by lcrownover - 0
- 1
Issue generating enum values defined in the query param
#1760 opened by phiHero - 0
Bug: Streaming endpoints aren't flushing hte http writers.
#1764 opened by perbu - 1
Client: valid json response decode error: json: cannot unmarshal string into Go value of type map[string]interface {})
#1759 opened by veqryn - 3
Support for pretty printing JSON
#1739 opened by Supericy - 0
Echo strict handler unexpected behavior filling request body with path params
#1757 opened by Kurt212 - 8
Hide certain property in schema
#1746 opened by hiddenmarten - 0
operationId value is capitalized in compiled schema
#1755 opened by ymmt2005 - 0
snake case and pascal case openapi properties can result in duplicate fields being generated
#1754 opened by daviditkin - 3
Automatic parsing of response body into appropriate type
#1747 opened by veqryn - 0
- 0
feat(client): 160,000 -> 85,000 LOC improvement for query-param heavy openapi specs
#1744 opened by lrstanley - 1
- 2
std-http-strict: Request body unmarshal errors should be wrapped by the package errors
#1741 opened by sonalys - 0
feat!: make `std-http` the default
#1737 opened by jamietanna - 1
Improve golangci-lint usage
#1734 opened by ccoVeille - 7
Change json tag fields case
#1732 opened by venkat-pandey