pofider / node-simple-odata-server

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

Can you provide an example with complex types? #42

Open alexbjorlig opened 3 years ago

pofider commented 3 years ago

Here is one https://github.com/pofider/node-simple-odata-server/blob/master/test/model.js

krakzk commented 1 year ago

Is there a difference in mapping the complex type if it is a Collection like List/Map @pofider ?