Patrick O'Meara

Results 15 comments of Patrick O'Meara

Cool. I started hacking on it but need to get into the codebase a little more. I'll see what I can come up with.

Hey @igorsgm I haven't looked at this for a while, but it was a sticking point for us. Have you tried the solution @mortenscheel mentioned?

I recently implemented https://docs.saloon.dev/ to combat this SDK being so far behind. I highly recommend this library. It handles rate limiting and error handling really well.

@DivineOmega I agree that this should be merged in

For anyone wanting to use this before it's merged, add this to your `composer.json` ``` "require": { "divineomega/laravel-last-activity": "dev-master" }, "repositories": [ { "type": "vcs", "url": "https://github.com/patrickomeara/laravel-last-activity" } ] ```