dataface icon indicating copy to clipboard operation
dataface copied to clipboard

Use explode modifier in API spec

Open timwis opened this issue 8 years ago • 3 comments

It suggests we can use {?filters*} to express how query string filters work.

https://github.com/apiaryio/api-blueprint/blob/master/API%20Blueprint%20Specification.md#def-uri-templates

timwis avatar Jun 21 '17 10:06 timwis

This old article suggests I misunderstood explode modifiers: they're for when you want multiple values for a particular query string param, ie. ?filter=x&filter=y&filter=z :(

timwis avatar Jun 22 '17 10:06 timwis

But this tool suggests it is possible, using an object somehow...

timwis avatar Jun 22 '17 10:06 timwis

Asked at stack overflow

timwis avatar Jun 22 '17 10:06 timwis