swagger-api / swagger-js

Javascript library to connect to swagger-enabled APIs via browser or nodejs
http://swagger.io
Apache License 2.0
2.62k stars 758 forks source link

Path templating, multiple segments, and RFC 6570 #672

Closed harobed closed 8 years ago

harobed commented 8 years ago

Implement this feature described in https://github.com/OAI/OpenAPI-Specification/issues/291 in swagger-client

webron commented 8 years ago

As @fehguy mentioned, what you point to is a proposal and not part of the spec, so we can't implement it yet. Should this be accepted to a future version of the spec, it'll definitely become part of the tooling.