Is there any plans to create a series on how to implement and work with 3rd party API's such as twitch api or any similar api using laravel. If not, does any one have any recommendations to where i can learn how to do this correctly
With thousands of 3rd party api's, (maybe even hundreds of thousands) it would be hard. Taylor covers the basics already. But for specific code, the 3rd party api usually has documentation and examples. Some even have videos. You may see a
How to implement in php
If you don't see laravel, remember laravel is a php framework and adjust (tweak) code as necessary.
what are you having problems on? you just need to learn how to integrate with an API (be it twitch, PayPal, stripe etc) and then you will know how to do it with rest.. you might want to use adapter pattern so that you are not directly using an API