Carapacik/swagger_parser

Support Schema URL without Extension

Closed this issue · 0 comments

Using Nestjs the schema file is output as a rout without extension. Therefore, I get an GeneratorException: Unsupported https://example.org/api-json extension error via the CLI.

Please either remove the check for the extension or check the response header for type application/json.