api-elements.js icon indicating copy to clipboard operation
api-elements.js copied to clipboard

Validate and escape URI Parameters

Open kylef opened this issue 6 years ago • 1 comments
trafficstars

See https://github.com/apiaryio/fury-adapter-parser-oas3/pull/40#discussion_r237515513

kylef avatar Dec 03 '18 23:12 kylef

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

honzajavorek avatar Dec 04 '18 09:12 honzajavorek