1

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?

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
anurjalal
  • 31
  • 3

1 Answers1

0

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.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250