Radish Demo

Persons

Describes methods to work with Person objects

GET
/api/persons/
GET
/api/persons/<id>
POST
/api/persons
PUT
/api/persons/<id>
DELETE
/api/persons/<id>

Pets

Describes methods to work with Pet objects

GET
/api/pets/
GET
/api/pets/<id>
GET
/api/persons/<id>/pets
POST
/api/persons/<id>/pets/
PUT
/api/pets/<id>
DELETE
/api/pets/<id>