How to call a REST API from nanoflow with Mendix 9.x?

0
Found a nanoflow module “NativeREST” in Mendix marketplace, but it only supports Mendix8.  Is there any other way to call REST API from nanoflow  rather than  JavaScript action call activity ?
asked
3 answers
1

Hi Frank Song,

You can call a microflow from your nanoflow and in that microflow you can call REST api activity.

answered
0

Thank you Arun. This way doesn’t quite meet my requirement that Mendix native mobile app can call 3rd party API directly NOT go through Mendix backend. You know that Medix cloud service will be involved if microflow is used.

answered
0

Hi Frank,

You could create a javascript action to perform a rest calls (fetch) and then map the date to Mendix object(s)

answered