openapi-parser icon indicating copy to clipboard operation
openapi-parser copied to clipboard

Simple and still naive openapi documentation generator from comments of your Go code.

Results 14 openapi-parser issues
Sort by recently updated
recently updated
newest added

Hello, https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md#operationObject Maybe we could rename the `type action struct` for match the name of the model in the specification: `Operation` Then these properties are missing: - externalDocs - operationId...

Hello, OpenAPI 3.0 comes with a great feature: links. https://swagger.io/docs/specification/links/ It could be nice to implement it.

Hello, About this line in the given example: https://github.com/alexjomin/openapi-parser/blame/master/README.md#L30 Shouldn't it be ` $ref: '#/components/schemas/Foo'` ?