How to consume REST API

Hi All,

I am trying to implement a service where it has to consume REST API and get back its results.

How should I do it? I have not got much information on how to call the url when we use REST Services. Do I need to use create REST service GET. So, it will create _get with empty flow.

What should I do next? use http in it?

Can you please let me know if anyone has implemented this.

Thanks a lot.

You just have to use the pub.client.http and call the URL with the method they gave you (POST/PUT/GET/etc…)…

SM

Method PUT should do it? Any issues?