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.
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 thejq
command-line tool to parse the output.Hope that this helps! Regards, Bobby