Changes

m
Line 177: Line 177:  
*GET /agendaevents
 
*GET /agendaevents
 
*POST /agendaevents
 
*POST /agendaevents
*DELETE /agendaevents{id}
+
*DELETE /agendaevents/{id}
*GET /agendaevents{id}
+
*GET /agendaevents/{id}
*PUT /agendaevents{id}
+
*PUT /agendaevents/{id}
    
For this tutorial, the one that interests us is POST /agendaevents. > In a declarative-style node, the operations object includes routing (within the options array). This sets up the details of the API call.
 
For this tutorial, the one that interests us is POST /agendaevents. > In a declarative-style node, the operations object includes routing (within the options array). This sets up the details of the API call.