Report this

What is the reason for this report?

How to handle third party requests in a ubuntu app?

Posted on June 9, 2021

I have been working on an app that will run on ubuntu I need to know how to handle third party request while calling apis.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
0

Accepted Answer

Hi there,

It would depend on the technology stack that you are planning to use rather than the OS of the server.

For example, if you are using Laravel you could use Guzzle to make your API requests.

If you need to consume the API via a shell script you could use curl and the jq command-line tool to parse the output.

Hope that this helps! Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.