jackpine / biketag-ios

http://biketag.jackpine.me
1 stars 1 forks source link

create new spot #9

Closed michaelkirk closed 9 years ago

michaelkirk commented 9 years ago

Example Request

POST /games/1/spots
{
  spot: {
    location: { // should this be geoJSON?
      latitude: 12.34, 
      longitude: 34.56
    },
    image_data: "132HGAKh123jhg123...===" // base64 encoded image
  }
}
michaelkirk commented 9 years ago

Removing auth/z piece for now. The feature is nice to demo without it. Making a new issue for authentication.

michaelkirk commented 9 years ago

Closed with https://github.com/michaelkirk/biketag-api/commit/cc419bebc0fe91ed4d5664f6c2d96caf7baaabf2 and https://github.com/michaelkirk/biketag/commit/17ce537a082bb2ee8eb605f7d61953072cc54645