Open bonaparten opened 4 years ago
what would you do with the multi-groupBy requests, like /groupBy/boundary/groupBy/tag/
for example. currently, those look like this:
"groupByObject" : [ "Heidelberg", "highway=tertiary" ]
Would you name those groupByObjectIds
or groupByObjectsIds
perhaps?
We've decided in a 2.0 release meeting that we want to call this response object simply group
for all the /groupBy
responses.
The value of groupByObject in a JSON response represents the ID of the object, not the object itself. groupByObject should be changed to groupByObjectId or something similar.