Open Whether Map Rest API call

0
Hi all,   I am trying to call open weather map Rest API in my application. I have tried as the consume rest service method for normal rest API call. Is their any special way to call weather map API? I am not getting any error while running and also not able call the API. Thanks in advance.
asked
1 answers
1

Hi,
In Mendix Marketplace there is a module for this, you can import it to your application https://marketplace.mendix.com/link/component/114601

else

There is a widget in mendix for this, you can reuse this https://marketplace.mendix.com/link/component/119857

Also you can refer the Rest api documentation, for more details : https://docs.mendix.com/refguide/integration/consume-a-rest-service/

answered