api-elements.js
api-elements.js copied to clipboard
Validate and escape URI Parameters
trafficstars
See https://github.com/apiaryio/fury-adapter-parser-oas3/pull/40#discussion_r237515513
Addressing this needs some design and coordination across API Elements and the tooling. Related Dredd issues:
- Dredd and Apiary URI Template syntax are not compatible: https://github.com/apiaryio/dredd/issues/1012 (interesting discussions in this one!)
- URL Decode Parameter Names: https://github.com/apiaryio/dredd/issues/481
- Conversion of hyphens to %2d in API documentation: https://github.com/apiaryio/dredd/issues/856