We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Version 0.3.2
Generated on 2016-1-2
Implement Collection/$count request
The request collection/$count is now supported and returns the overall number of records available in the data store. e.g. http://.../Customers/$count
http://.../Customers/$count
Implement $filter option for GET requests
Implemented the basic $filter options to filter collection data.