Overview
This section includes example code that uses the pulse™ XML-RPC API. The code may be taken and modified to use in your own projects. However, please note that the code is provided as-is with no warranty expressed or implied – use at your own risk.
Examples
Python
The Python examples use the standard xmlrpclib module. No extra libraries are required.
Java
The Java examples make use of the Apache XML-RPC library
, version 3. To build them, you will need to include the Jars from the Apache distribution (with the exception of the server Jars).