WebApiExtension
WebApiExtension copied to clipboard
Add a method for getting response as string
In order to make this class extendable, we need to have access to the response object. Considering the compatibility issues (guzzle 5 vs 6), the simplest approach seems to be returning the response as a string.