Hi, Is there any solution to get multiple records for GET? May like `/table/id/(3,4)` or `/gapp/id[3,4]` ? This is another common use case and would be great if you can implement it. - Thanks
Hi,
Is there any solution to get multiple records for GET? May like
/table/id/(3,4)or/gapp/id[3,4]?This is another common use case and would be great if you can implement it.