node-odata icon indicating copy to clipboard operation
node-odata copied to clipboard

A library for easily create OData REST API, abide by OData protocol.

Results 23 node-odata issues
Sort by recently updated
recently updated
newest added

Hi great lib! Any news or update about #25?

Is there a mysql example?

node-data is a pretty good tool. I was very happy to find it, then I have seen that you don't create standard $metadata. I need to call the webservice from...

## Npm Audit has 1 critical vulnerability and 3 high This is causing build pipelines to fail. ### Packages with issues are: ### mock => Growl https://npmjs.com/advisories/146 ### method-overrride =>...

Hi, may you please show a more detailed example of how to use your api with mongodb. What I mean is, how the data in db is accessed. You only...

If you try to use parenthesis in the $filter, it will just return syntax error. For example, the following query works: `http://localhost:3000/aircraft?$filter=role eq 'transport' and manufacturer eq 'xxx'` while this...

**1. 'or' is not work** ``` http://localhost:3000/book?$filter=price gt 30 or price lt 30 ``` is same as ``` http://localhost:3000/book?$filter=price gt 30 and price lt 30 ``` This is a mistake....

HI, Does your repo is supporting the scenario which I provide edmx/ metadata XML and it will generate service which can answer the calls according to the edm structure ?...

We want to make some changes in the next version. Defining a resource in the following way should be clearer. If you have any suggestions, please comment on this issue....

Hi, As of now, the implementation of node-odata requires 'auth' to be synchronous, as it has to return true or false. (as described here: http://tossshinhwa.github.io/node-odata/en/#51-resource) In realistic scenarios, checking auth...