A Hello World sample app that makes a simple rest call to xigniteGlobalCurrencies -> ListCurrencies, parses the json using a JSON parsing library and prints out the Name and symbol of the currency.
-
Register for an API Token at https://www.xignite.com/Register
-
Clone repo and plug API token in config.properties
-
Compile with library included in classpath
-
XigniteGlobalCurrencies Documentation: https://www.xignite.com/product/forex/api/
================================================================
Java version: "1.6.0_65"
Uses JSON simple library for parsing JSON. JSON-simple: https://code.google.com/p/json-simple/