fmvilas / swagger-node-codegen

An OpenAPI 3.x/Swagger 2 code generator for Node.js
Apache License 2.0
200 stars 55 forks source link

OpenAPI v3: Not properly supported #19

Closed mwillbanks closed 6 years ago

mwillbanks commented 6 years ago

The first thing that I found when attempting to generate from an openapi v3 specification is that it is following v2 swagger rules where it looks for a basepath vs. using the new server directive. See: https://swagger.io/docs/specification/api-host-and-base-path/

mwillbanks commented 6 years ago

Seems I must have had a bad version installed; sorry for the noise!

fmvilas commented 6 years ago

Thanks for taking the time to report it anyway, @mwillbanks.