What is An API Call

The HTTP Request-Response exchange is at the heart of API calls.

Here’s a quick way to see that in action with the command ‘http’:

http -v https://api.chucknorris.io/jokes/random

The http command is provided by the package 📦httpie.

Leave a comment