Catalyst
Maintainable web apps made easy!
#120
REST
GET
/an/entity/<id>
get an entity, NOTHING IS MODIFIED
POST
/an/entity
create new entity
PUT
/an/entity/<id>
replace existing data
DELETE
/an/entity/<id>
buh-bye
< < Previous
|
Index
|
Next >>
Copyright © 2007 Jonathan Rockway