Saasli / saasli-backend

Documentation
https://saasli.github.io/docs/
0 stars 0 forks source link

[events] Use regular rest functionality for queries. #52

Open godd9170 opened 7 years ago

godd9170 commented 7 years ago

Bulk queries kinda suck. I can imagine a use case for needing to withdraw millions of records that a query stipulates, but it's silly to use it for anything less than can realistically fit inside a JSON payload.

godd9170 commented 7 years ago

This was adopted in the objects api service as an FYI