Best way to call external API in SLIM

In my SLIM app I need to call external API. What is the best practice to do so? Better if I get some example :slight_smile: .

Use Guzzle.

Guzzle is nice, curl is another option.

Can you give me some some sample code? I search in web but nothing helpful found.