How to use the samples:

Pre-requisite:
-Download "json2.js" helper library from https://github.com/douglascrockford/JSON-js
 into this location: ".\\3rdParty\\json2.js"


1. Edit the '_your_connection_info.js' file, to specify the location of your server and the credentials
2. The 'common_functions.js' contains shared functions used by the various samples.  Do not run it directly.
3. Run any of the other 'asm_xxxxx.js' files using cscript from the command line.  
   Example: c:/>  cscript asm_api_summaries_issues_appfilter.js
4. Alternatively, double-click 'runAll.bat' to run all samples
