Open JenneyJ opened 7 years ago
Hi Jenney,
The package generates the metadata and service according with your models in defined in Loopback. The application will have two basic end-points: the REST api generated from Loopback and the OData API generated by the package (that basic have the same collections from REST API).
Regards
Thanks!
Just to verify, I must to provide models no edmx or metadata ...is it correct ?
Hello,
Yes, you need to define your models in Loopback. Here you can check a example app: https://github.com/htammen/n-odata-server-example
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