TheLoons / SportIM-service

Backend Webservice for SportIM
GNU General Public License v2.0
1 stars 0 forks source link

Single Event API #7

Closed crimsonangel68 closed 9 years ago

crimsonangel68 commented 9 years ago

/event/id GET/PUT/DELETE returns "Event, Team(s), Player(s) given an event id.

hjbrock commented 9 years ago

This ticket includes the PUT and DELETE

hjbrock commented 9 years ago

You probably want to check out the POST for some ideas for the PUT update. I did some plain POJO mapping there so we don't have to parse the incoming JSON ourselves. We're going to end up with a mismash of ways of doing things in the prototype (I've kind of done that to us...whoops), which is fine, but we probably will want to standardize somewhat on POJO mapping where possible later on.

hjbrock commented 9 years ago

PUT and DELETE are in.