cyclestreets / ios

iPhone app
https://www.cyclestreets.net/mobile/iphone/
178 stars 149 forks source link

Update photomap addition to /v2/photomap.add #85

Open mvl22 opened 9 years ago

mvl22 commented 9 years ago

All of the Photomap calls are now in the /v2/ API, with the last one to be completed that you are using, addphoto.xml available as the new /v2/photomap.add call:

http://www.cyclestreets.net/api/v2/photomap.add/

This should be pretty easy to migrate to, as the submission side is all the same - you just need to get the response interpreted in its new JSON format rather than the grotty old XML.

mvl22 commented 8 years ago

This would also enable #24 to be done easily.

neilkachu commented 8 years ago

Agreed!