I'm looking for a #laracasts course I've been watching.. And want to rewatch.
It is about how to interact with an api, from easy to advanced. The advanced one is about #saloonphp, the levels before is about writing your own service. Any idea which course it is?
#laravel
Do you use #SaloonPHP package? Do you use #laravel ? If so, I have just released an initial version of Barstool - A Laravel Package for logging your Saloon Requests and Responses. So pull up a barstool, grab a drink, and let's get logging in the Saloon! Yeehaw! github.com/craigpotter/...
Code snippet that shows an example for an API to fetch job postings from using Saloon PHP
Code snippet that shows an example Saloon PHP connector class.
Code snippet that shows an example Saloon PHP request class.
Last week I came across #saloonphp which is a package to build SKDs for APIs you want to talk to. In my daily work I regularly encounter the challenge to authenticate an application using #OAuth to a third party service. Here's how saloon can handle this for you and it made my life so much easier: