We don’t sell single courses, but you can purchase Monthly plan and cancel
after one month.
Also, check out avaiable discounts based on your country.
We don’t sell single courses, but you can purchase Monthly plan and cancel
after one month.
Also, check out avaiable discounts based on your country.
In modern web, many operations are performed via external APIs you need to call from Laravel. Here are just a few examples from job descriptions:
Some of those APIs have dedicated Laravel/PHP packages, but not necessarily.
That's why you need to know ins-and-outs of Laravel HTTP Client, to flexibly use it for any 3rd-party API.
In this video+text course, I will show practical examples of well-known APIs, explaining these topics:
get()
, post()
, their arguments and more helpful methodsHttp::attach()
Http::fake()
All repositories for all demo projects will be available on GitHub, with links at the end of the lessons.
So, are you with me? Let's dive into the first lesson, starting with a simple GET requests to get the weather from OpenWeatherMap API.