mysociety / popit-api

DEPRECATED - Development on PopIt has stopped and it is no longer being maintained
https://goo.gl/Vvej4Q
Other
17 stars 3 forks source link

Fix proxy image property #141

Closed chrismytton closed 9 years ago

chrismytton commented 9 years ago

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.