This adds back the proxy_image property to the top level of each document by using .get to access the proxy_url on the images array. It also adds some tests to ensure there are no future regressions and in doing so fixes a problem with the 1.0.0-alpha version of the API, which wasn't passing responses through the transform module for post requests.
This adds back the
proxy_image
property to the top level of each document by using.get
to access theproxy_url
on the images array. It also adds some tests to ensure there are no future regressions and in doing so fixes a problem with the 1.0.0-alpha version of the API, which wasn't passing responses through the transform module for post requests.