api-spec-converter
api-spec-converter copied to clipboard
WADL to Swagger not handling urlencoded parameters?
WADL input snippet-> https://gist.github.com/markdbuck/633714485213b00287b95bd2b1461399
SWAGGER output snippet->https://gist.github.com/markdbuck/2a42efefd65c27ee841288cbddedd8f2
POST parameters which are defined as urlencoded are missing from converted swagger.
Am I missing something or is this a bug?
Probably a bug. The conversion logic is here
Hi, was this bug fixed? I still see the issue. Thanks!