docs
docs copied to clipboard
Automatically generate RESTful API documentation for GO projects - aligned with Open API Specification standard
[WIP] Adds support for Object and Array types at Schemas
Add validation to all structures based on OAS3.0.3 Precise description TBD. This will act as a parent task.
**Add postman support via PM API.** Postman support (build & push via PM API). Further research required to make a sane decision about this feature.
Add the ability to for Go tests conversion to Cypress/Katalon suites (convert mocked unit tests into e2e tests)
What easier (more transparent way) is there to register documentation handlers for each endpoint? Also, consider using a service in order to share common endpoint setups?
Add ReDoc support as an alternative to SwaggerUI. It should be feasible with minor adjustments to the current server, but this support will have to wait for more urgent features...
Use https://github.com/markbates/pkger or compile whole `/dist` into a byte slice...