Matheus Macabu
a0ec5fbcdf
[release-10.4.19] Scripts: Create module for OpenAPI3 codegen with updated dependency ( #105261 )
...
* Scripts: Create module for OpenAPI3 codegen with updated dep
* Chore: Run go work sync
2025-05-12 14:51:14 +02:00
sam boyer
4a5afe4fb6
openapi: Use indentations for human-readable JSON ( #53707 )
2022-08-15 15:39:18 -04:00
Jo
062d255124
Handle ioutil deprecations ( #53526 )
...
* replace ioutil.ReadFile -> os.ReadFile
* replace ioutil.ReadAll -> io.ReadAll
* replace ioutil.TempFile -> os.CreateTemp
* replace ioutil.NopCloser -> io.NopCloser
* replace ioutil.WriteFile -> os.WriteFile
* replace ioutil.TempDir -> os.MkdirTemp
* replace ioutil.Discard -> io.Discard
2022-08-10 15:37:51 +02:00
lean.dev
e8e7b59bb0
Implementing OpenApi 3 specs (converted from Swagger 2) ( #53243 )
...
* Adding OpenApi target to makefile, to covert swagger spec into OpenAPI 3
* Adding endpoint to server swaggerui with new openapi3 specs
* Passing output file as parameter for OpenApi3 specs
* Implement workaround for missing host and prefix domain
2022-08-04 13:51:12 -03:00