GlanceIt / GlanceService

Glance Service
1 stars 0 forks source link

Add API for posting user ratings #9

Closed mamadi closed 8 years ago

mamadi commented 8 years ago
mamadi commented 8 years ago

Added PUT API /ratings/:spot and documented it here

Sample PUT request body:

{"User": "Admin43", "Ratings": { "Wifi": 1.0, "Staff": 1, "Coffee": 1, "Seating": 2.0, "Parking": 1, "Overall": 1 } }