pofider / node-simple-odata-server

Simple OData server for node.js
MIT License
97 stars 60 forks source link

/$count support #41

Open sanyappc opened 3 years ago

sanyappc commented 3 years ago

http://127.0.0.1:3010/odata/users/$count returns {"@odata.context":"http://127.0.0.1:3010/odata/$metadata#users","value":14178} but Microsoft.OData.Client expects raw value 14178.