DeeJayTC / net-dynamic-api

A library that turns your model into a fully working API, define your model as markdown (soon), json or c#.
https://www.tcdev.de/tcdev-api-generator-getting-started
MIT License
193 stars 18 forks source link

#24 add all models also to the API surface #25

Closed paule96 closed 2 years ago

paule96 commented 2 years ago

This adds the entities to the odata model.

This enables office tools like Excel or PowerBi to access the metadata model correctly

fixes #24

DeeJayTC commented 2 years ago

Hey Paul, thanks a ton!

I switched the target branch to vnext, main is always the currently released version on npm. Plan to release a new version later this week, probably Friday. You'r stuff will be included then!