saloonphp / saloon

🤠 Build beautiful API integrations and SDKs with Saloon
https://docs.saloon.dev
MIT License
2.03k stars 105 forks source link

Feature | Deprecate Send And Retry Method #379

Closed Sammyjo20 closed 6 months ago

Sammyjo20 commented 6 months ago

This PR deprecates the old sendAndRetry method in Saloon as it goes against Saloon's class-based pattern. You are still able to define retry functionality but you can now do this from within the connector or request class by using the $tries property.