Open
Description
It's pretty standard to return at least an error in a callback function. I've modified it locally to give me the error, response, and body. Either way I have to interpret it but this way I have access to the response.statusCode and the body.response.result.
And trying to parse the body regardless of error and always trying to return the data regardless of result doesn't work in failure cases.
Activity