wcandillon / swagger-js-codegen

A Swagger Codegen for typescript, nodejs & angularjs
Apache License 2.0
693 stars 286 forks source link

don't generate client code for OPTIONS requests #138

Closed nalbion closed 7 years ago

nalbion commented 8 years ago

OPTIONS requests are automatically sent by browsers when CORS behaviour is required. AWS API Gateway requires that OPTIONS requests are included in the schema, but they don't need to be included in generated code.