ArrestDB
ArrestDB copied to clipboard
table browse (GET) should also return the total no of records in the table
This is very useful for pagination and other REST-full interfaces implement it.
I have just created: https://github.com/ctzurcanu/ArrestGrid as a complement to ArrestDB. It needs total no of recs for pagination :) alpha demo: http://dataverse.ro/alpha3/
That's a nice suggestion, I'll try to implement it in the next version.
As previously mentionned in another issue, I made something along this approach in the emergency of a personnal need in a fork. See https://github.com/ogizanagi/ArrestDB#responses.
Beware, it is not a perfect implementation and might need some refactors.
BTW, I think paging will be a better option than relying on an offset.