ErikWittern / openapi-snippet

Generates code snippets for given Swagger / Open API documents
MIT License
116 stars 67 forks source link

Support for type: http and scheme basic or bearer #19

Closed lagonnebula closed 5 years ago

lagonnebula commented 5 years ago

Hello,

After the support for openapi 3.0, the HTTP type with Scheme bearer or basic have been forgotten in headers.

cf: https://swagger.io/specification/#securitySchemeObject

ErikWittern commented 5 years ago

@lagonnebula Ah, thanks for fixing this!