I'm trying to achieve the following:
Let's say I have a GET endpoint where I can send MongoDB query-like filters, something similar to:
Код: Выделить всё
http://localhost:8080/entities?filter={ _id: { $eq: "65ec2f531142aac1738c2203" } }
Do you have any suggestion?
Thank y'all!
Источник: https://stackoverflow.com/questions/781 ... ent-filter
Мобильная версия