cancel
Showing results for 
Search instead for 
Did you mean: 

MDK: Is it possible to perform offline operations on the rest APIs

rajatchaurasiya
Explorer
0 Kudos

In my current scenario, I have an SAP Object Store service from BTP, which provides the rest endpoints(not the OData service) to download and upload the files. How can I leverage that rest service to perform offline operations (displaying all the files in a list and viewing/downloading in offline mode ) in MDK?

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert

Unfortunately we do not support offline of a REST service. One option would be to using the Mobile Backend Tools to create an Odata interface for the REST endpoint so that you could then offline it. Depending on your requirements you may not need to offline the whole service but just parts of it as needed for offline use.

Answers (0)