πSending Requests
To start sending requests, instantiate your connector and use the send
method. This method accepts a request class.
Asynchronous Requests
To send an asynchronous request, use the sendAsync
method, and you will receive an instance of PromiseInterface
. You should define a then
and otherwise
method to receive the response or exception.
Saloon uses Guzzle's Promises library. Click here to learn more
Last updated