saloon
saloon copied to clipboard
🤠 Build beautiful API integrations and SDKs with Saloon
The currently supported OAuth2 client credentials grant includes the client_id and the client_secret in the body of the request. Some APIs require that the client_id and client_secret are sent using...
Whilst testing my Saloon API integration with Pest, I stumbled upon the following message: `Saloon was unable to guess a mock response for your request, consider using a wildcard url...
Hello, Whenever I use the boot function in a request, the global middleware or the middleware I defined in the connector is lost.
Hi there, Great package first of all. I have recently started to implement in my laravel package. In this particular project, I'm trying to integrate external APIs (Machine to Machine)...
Hi, I'm using Saloon v3.10.0 and saloon/laravel-plugin v3.5.0 running on a Laravel project v10.48.19. Was using this package for very long time and I never had an issue like this...
Turning on debug mode on when interacting with OpenAI API (and other LLM provider APIs) results in empty body for any subsequent code - body is read by Saloon Debugger...
Hello friends, Sorry for bundling two issues into one as it seemed fair enough to do it this way. [Repository for Reference](https://github.com/derrickobedgiu1/gemini-api), [Google Gemini API Reference](https://ai.google.dev/api/all-methods) **Issue 1: Inconsistent URL...
PR for our telegram conversation. This allows us to have context on fixture files. If you have a general/dynamic connector mock for your tests you will end up with a...
This PR replaces deprecated auth methods (see #368) in tests with their `authenticate()` equivalents.
Hi I want to know that how I can change the base URL or the endpoint dynamically on retry