RESTful API for Race (Index)

Race
Method URI Formats Status Codes
GET /race application/json
200 Returns a list of all cars
POST /race application/json
201 Car object created
GET /race/{raceId} application/json
200 Returns car specific data for a given ID
PUT /race/{raceId} application/json
201 Car object created
DELETE /race/{raceId} application/json
200 Success