Robert Brennan

Results 1265 comments of Robert Brennan

First pass using oas-raml-converter here: https://github.com/LucyBot-Inc/api-spec-converter/compare/raml_1?expand=1 It works for the most part, but fails in the browser due to an `fs.readFileSync`. Not sure what the right solution is.

Update - waiting on this PR to add URL support: https://github.com/mulesoft/oas-raml-converter/pull/19

Probably a bug. The [conversion logic is here](https://github.com/LucyBot-Inc/api-spec-converter/blob/master/lib/formats/wadl.js)

Yup, looks like the latest version of oas-validator has `cookie` in the relevant enum. Once #182 is fixed this should be fixed as well.

I believe this is fixed now. Closing.

For reference, here's the issue this depends on: https://github.com/apigee-127/swagger-converter/issues/78 Once that's closed we'll update the dependency here.

Unfortunately, `oneOf` is not supported in swagger 2.

I think Swagger 2 supports all MIME types, so hypothetically `application/*` could match an infinite number of types (if you include vendor extensions). Maybe we could add an option to...