php-oauth
php-oauth copied to clipboard
Ability to use own http adapter
Details are provided by @cmodijk here
I think the request
method should stay the same but needs te return a ResponseInterface
.
And we should add a new method signRequest
which accepts a RequestInterface
that only add's the sining keys or headers to the request. With this method you could create your own requests which can upload stuff or have a custom body or custom headers.