jaystack / odata-v4-server

With JayStack OData v4 Server you can build your own data endpoints without the hassle of implementing any protocol-level code. This framework binds OData v4 requests to your annotated controller functions, and compiles OData v4 compatible response. Clients can access services through OData-compliant HTTP requests. We recommend the JayData library for consuming OData v4 APIs.
https://jaystack.com/products/jaystack-odata-v4-server/
76 stars 55 forks source link

Create a shim to share model #52

Open beradrian opened 4 years ago

beradrian commented 4 years ago

If you want to share your typescript model classes between client(frontend) and server(backend) you'll need a shim for the @Edm decorators.

beradrian commented 4 years ago

I can easily create a PR for this, please let me know if this project is still maintained.

beradrian commented 4 years ago

I created this project for a shim https://github.com/beradrian/odata-v4-server-shim