I have external Data source that provide REST services used for mobile application and I want to manage this datasource from inside ABP solution
Ex:
https://api.backendless.com/{APIkey}/{app key}/data/Merchant
and I want to implement some screens inside ABP that consume these REST services and use ApplicationService and crud features in CrudAppService
that can't be done without using a class that implement IEntity which I can't do as the data is not in ABP database
what should I do