I want to generate OpenAPI v3 swagger file, but the rest plugin go-restful doesn't support producing OpenAPI v3, only OpenAPI v2 so I can't produce it by itself.
How can I to work with go-restful to produce OpenAPI v3?
Is this possible?
I want to generate OpenAPI v3 swagger file, but the rest plugin go-restful doesn't support producing OpenAPI v3, only OpenAPI v2 so I can't produce it by itself.
How can I to work with go-restful to produce OpenAPI v3?
Is this possible?
Check if entoas isn't more up-to-date with the latest OpenAPI Specification (OAS).
OAS (formerly known as Swagger Specification) is a technical specification defining a standard, language-agnostic interface description for REST APIs.