openapi-generator/modules
Corentin Jabot 3a5c03c778 Expose Security schemes of operations.
A template can now refer to the type ( oath2.0, apiKey, basic )
as well as the name of the security schemes it rquires.

Usage :

{{#operations}}
{{#authMethods}}
{{type}}  {{name}}
{{/authMethods}}
{{/operations}}
2015-03-04 14:54:48 +01:00
..
swagger-codegen Expose Security schemes of operations. 2015-03-04 14:54:48 +01:00
swagger-codegen-distribution updated version 2015-02-23 23:03:18 -08:00
swagger-generator fixed response types 2015-02-24 11:03:00 -08:00