zackyang000 / node-odata

A library for easily create OData REST API, abide by OData protocol.
http://zackyang000.github.io/node-odata/en/
MIT License
364 stars 65 forks source link

Generate service according edmx/metadata #90

Open JenneyJ opened 7 years ago

JenneyJ commented 7 years ago

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 ?

Thanks, Jenney

zackyang000 commented 7 years ago

Hi @JenneyJ,

Sorry, it cant automatically generate services through edmx / metadata XML, you need to follow the example to define.