call rest API in Native mobile app

0
I started to work with Native mobile, but I cannot find how to consume a REST API, because there are no microflows. What could you recommend to do?
asked
1 answers
4

Native mobile processes on the client, which is the mobile and has no access to the server-side microflows. To call REST API you need to do the call in javascript: https://docs.mendix.com/howto/extensibility/write-javascript-github

Maybe in the near future, a nanoflow action for this will get created, but so far, javascript actions are all we got.

answered