Odata Vs Rest Full API which one is best to replace Cross domain association

1
Hello All,   I am bit confuse while using the 2 methods. we want to go multiapp from single app structure, in the process of module separation need to replace cross domain association so the question is what will be the good option Odata or Rest Full API to expose the entity as resource.     
asked
1 answers
0

This question is not so easy to answer as it can depend on a number of factors. There is plenty of information to be found online about the differences between Odata en REST API's.

 

Mostly it will boil down to this:

 

If you want to share data between apps using Mendix Connect (fka DataHub) and work with external entities in your domain models then choose Odata. 

 

If you are looking for a simpler and less standardised service then choose REST. 

 

 

answered