Manuel Bitto
Member since Aug 17, 2013
- Profile: /members/11153-manuel-bitto.htm
- Comments: 2
Recent Blog Comments By Manuel Bitto
-
Using RESTful Controllers In An AngularJS Resource
Posted on Aug 21, 2013 at 3:46 AM
@Ben, thanks for your reply and for your suggestions, I really appreciate them. @Eric, yes, setting status: "archived" to a message is definitely a better approach. I'd use PUT to update thought.... read more »
-
Using RESTful Controllers In An AngularJS Resource
Posted on Aug 17, 2013 at 1:31 PM
Hi Ben, trying to be more RESTful: /messages /messages/4 Given this Collection of messages (first resource) and an individual message (second resource), how would you go about clearing all messages? DELETE /messages Or, how about archiving the given message? POST /archive { id: 4 message:... read more »