belgif / rest-guide

REST Guidelines of Belgian government institutions
https://www.belgif.be/specification/rest/api-guide/
Apache License 2.0
24 stars 4 forks source link

Multi-value query param should be noun if singular #160

Closed pvdbosch closed 7 months ago

pvdbosch commented 9 months ago
pvdbosch commented 9 months ago

to check with WG if introducing new guideline (Multi-value query param should be singular if noun) is OK. Seems to be consistent with examples already present

Example: ?color=blue&color=red vs ?colors=blue&colors=red

Pro: makes more sense when reading URL Con: singular makes less sense in generated code, e.g. List<String> color

pvdbosch commented 7 months ago

Reviewed by WG, OK to merge