Closed ballinette closed 7 years ago
That's also what I thought when I changed this method's behavior (see https://github.com/kuzzleio/kuzzle/pull/941 ), but after taking a closer look, I can confirm that for once the document is right: the execute
method resolves to a Request
object, and not a RequestResponse
one.
I'm closing this issue.
the documentation says:
But the method calls the callback direclty with the
response
object.