Cisco Cisco Prime Home 6.3 Developer's Guide

Page of 78
Cisco Prime Home – Integration Guide
 
 
OL-28557-01   v5.0.1
 
32 
 Examples 
 
The code in the following examples (except for the deprecated examples):  
•  Is written in scala 
•  Uses Spring-3.0 for wiring and configuration 
Example Format  
Each of the following examples are in the following format:  
Use Case  
The description of the use case being illustrated. 
Method  
Step by step description of the process. 
HTTP Interaction  
Request 
METHOD /resource 

"key":"value" 
 
Response 

"key":
"changed value"  
}  
 
Sample Code 
"SomeFile"  
/**  
  * Source code implementing some part of the use case.  
  */