Consuming a REST call would mean you build in your app your own webserver, this you can do, we have an example for that in our sdk. Making a REST call to some other server would be a REST client, you can also do that, you could for example include curl in your app, we do not have an example for this. https://github.com/curl/curl So every way is possible.
... View more