dataface
dataface copied to clipboard
Use explode modifier in API spec
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
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 :(
But this tool suggests it is possible, using an object somehow...
Asked at stack overflow