saloon icon indicating copy to clipboard operation
saloon copied to clipboard

🤠 Build beautiful API integrations and SDKs with Saloon

Results 68 saloon issues
Sort by recently updated
recently updated
newest added

Currently, the project relies on native PHP time functions for time comparisons. However, this makes writing and running tests quite inconvenient in certain scenarios. For example, in my project, I...

Hi @Sammyjo20 I'm working on an app where users need to set the HTTP method of an outgoing request in the UI (stored as settings in the db). This includes...

First off, this has gotta be one of the top packages in the Laravel ecosystem. I just absolutely love it. To the issue: would it be possible to add the...

## Description When using cached requests with fixtures in tests, the cache persists even when MockClient fixtures are changed between test runs, causing tests to receive cached responses instead of...

### Summary Multipart requests work fine when the body is defined only in the request itself. The issue appears **only when a connector has a `defaultBody` defined as multipart and...

I am currently integrating with an external API that returns a 200 OK status for every request, even when the request has actually failed. To handle this, I added a...

Hello, Saloon 3.14.0 / PHP 8.3.10 / Laravel 12.19 / Windows 10 I have a connector with a method UploadFile where I stream a large file using `fopen` to save...

Adds an `allowFallback()` method to the `MockClient`. This returns the `$pendingRequest` instead of throwing `NoMockResponseFoundException`, allowing the request pipeline to continue (and send an actual request). Closes #501.