We often make HTTP requests to an API endpoint or server to get data, for instance, user data, using various methods. This is a common task in web development, and in this video, I will be showing you how to do that.
We'll be using Indreed API in this video, which is a free job search as a service built on Python.
There are many ways to send HTTP requests either using the native Javascript APIs or using a library that reduces the steps you take to send a request with the native API.
Lets get started...