timwis / dataface

Build and manage data with a spreadsheet-like interface
https://dataface-demo.herokuapp.com
43 stars 4 forks source link

Use explode modifier in API spec #103

Open timwis opened 7 years ago

timwis commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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

timwis commented 7 years ago

Asked at stack overflow