Agathe

Results 4 comments of Agathe

I'm designing an API using the json:api format, and I'd like to support comma-separated values of one parameters. example here http://jsonapi.org/format/#urls-individual-resources > For example, the photos with IDs of "1",...

yes that'd be fine. So the parameter would be declared as string? Any way the test server could handle a comma directly? Right now you have to escape the comma...

Correct, a `/1,2` request is not matched to the resource. Right now, whether the parameter is declared as string or number leads to the same result. See image for the...