Skip to content
Guido Barbaglia edited this page May 21, 2015 · 19 revisions

CRUD services have been implemented following the REST paradigm:

Service HTTP Method
Create POST
Retrieve GET
Update PUT
Delete DELETE
Clone this wiki locally