1 Repo
Tools that produce OpenAPI/Swagger specification documents by scanning annotated source code.
Distinct from Code Block Annotations: Distinct from Go Code Generators: generates the specification from code, not code from the specification.
Explore 1 awesome GitHub repository matching user interface & experience · Specification from Code Generators. Refine with filters or upvote what's useful.
go-swagger is a toolkit for working with Swagger/OpenAPI 2.0 specifications in Go. It generates server, client, and CLI code from a specification document, and can also produce a specification by scanning annotated Go source code. The project includes a static validation engine that checks documents against the schema and project-specific rules, and a specification transformation pipeline that resolves, flattens, and merges documents. The toolkit generates both client and server code from the same specification, ensuring consistency in request and response handling. It also produces a command
Produces Swagger/OpenAPI 2.0 specifications by scanning annotated Go source code.