A Hello World sample app that makes a simple rest call to xigniteGlobalCurrencies -> ListCurrencies, parses the JSON 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.yml
-
install JSON package using 'gem install JSON'. Help and documentation: https://rubygems.org/gems/json
-
Run script.
-
XigniteGlobalCurrencies Documentation: https://www.xignite.com/product/forex/api/
======================================================
Ruby Version used : 2.0.0p247
Uses JSON for Ruby. Documentation: http://flori.github.io/json/doc/index.html