Author: David Hazel  dave@hazelconsulting.com 6/1/2010

API Contents


getNodeTest.php - a simple testing file to test retrieving a node via the API.
saveNodeTest.php - a simple testing file to test retrieving a node via the API.
api.inc - actual api
includes - folder of included libraries
  - boostrap.inc
  - common.inc
  - xmlrpc.inc



Test: from command line "php getNodeTest.php" or "php saveNodeTest.php" to run
      a simple test to make sure everything works as expected.
      getNodeTest.php will return the contents of a node (nid value hard coded).
      saveNodeTest.php will programatically create a node with location (values hard coded).
      
Usage:

Place the api contents in a directory reachable by your program.

Include api.inc in your program.

      require_once 'path/to/api/api.inc';
      
      
      
