alexjomin / openapi-parser

Simple and still naive openapi documentation generator from comments of your Go code.
18 stars 8 forks source link

Add support for security scheme #26

Closed Sadzeih closed 4 years ago

Sadzeih commented 4 years ago

This PR adds support for security and scheme in components.securitySchemes

This is necessary to use openapi-generator.

denouche commented 4 years ago

thank you!