Open logical-and opened 9 years ago
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.
Details are provided by @cmodijk here