wcandillon/swagger-js-codegen

don't generate client code for OPTIONS requests

nalbion opened this issue · 0 comments

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.