10 Commits

Author SHA1 Message Date
Ian Mayo
9d7fc46884 Update rows-examples.md (minor typos)
Clarify that providing multiple id values result in method applying to those ids.
2024-01-18 13:20:51 +00:00
Ian Mayo
81b1c6a68c Fix typo in rows-examples.md
The `notNull` operator is actually spelt as `notnull` in the code:
df78854a4e/src/controllers/rows.js (L18)
2023-09-12 12:03:55 +01:00
TahaKhanAbdalli
7096b0a445 added feature to also include array as filter in GET /:name/rows route 2023-08-11 18:34:25 +05:00
Vahid Al
aae7dee406 Merge pull request #117 from thevahidal/add_filters_for_null
Add feature to filter fields with/without null value
2023-07-26 16:59:30 +03:30
AbegaM
86eb60c22c Add unit tests for null filtering + modify docs + Modify filter code 2023-07-25 21:08:24 +03:00
Ian Mayo
3fa8f51ab1 Minor documentation fix 2023-07-25 09:28:45 +01:00
AbegaM
0fbca92a21 Add filtering instructions in the Readme + update npm version 2023-07-17 20:43:29 +03:00
Vahid Al
9d1f8a2dc6 Bulk oprations moved to path params. Bulk operation for retrive endpoint added. Previous bulk operations deprecated. 2022-11-04 13:55:58 +03:30
Vahid Al
20564f7df7 API docs for bulk endpoints added 2022-11-04 02:01:30 +03:30
Vahid Al
dfd78c841a rows and root api examples added 2022-11-03 19:03:20 +03:30