saloonphp / saloon

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

Feature | Throw an exception when missing HTTP method #347

Closed Sammyjo20 closed 11 months ago

Sammyjo20 commented 11 months ago

This PR improves the default error message if you forget to add a HTTP method to your request.

It will now say: Your request is missing a HTTP method. You must add a method property like [protected Method $method = Method::GET]