Eric Link
Member since Aug 20, 2013
- Profile: /members/11167-eric-link.htm
- URL: http://ericmlink.com
- Comments: 1
Recent Blog Comments By Eric Link
-
Using RESTful Controllers In An AngularJS Resource
Posted on Aug 20, 2013 at 11:30 PM
In rest, you delete a collection like: DELETE /messages This is the expected rest operation to delete a collection. To archive, you update the state of the object to archive: POST /messages/1 { status: "archived" }... read more »