Service Portal (API/OData) #1919
Replies: 1 comment 6 replies
-
Years ago I looked into how one would build an OData provider over a custom object graph or data set. Not specific to CSLA, but for another scenario. It is really hard, at least if your goal is to support all the query, navigation, and other OData features. I suspect that it is easier if you limit the features of OData you are going to support, and don't provide arbitrary query/navigation capabilities. Presumably return an error status when anyone attempts to use those capabilities? So the short answer is yes, you can almost certainly do very simple cases by using code similar to what is in the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Any idea/guidance how to implement Service/API layer (OData, GraphQL, etc. ) using CSLA.NET Business Entity?
Could we generate OData Web Service Interface by reflecting CSLA.NET Business Entities?
Beta Was this translation helpful? Give feedback.
All reactions