Skip to content

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.

Notifications You must be signed in to change notification settings

Xignite/Java-Hello-World

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-Hello-World

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.

  1. Register for an API Token at https://www.xignite.com/Register

  2. Clone repo and plug API token in config.properties

  3. Compile with library included in classpath

  4. 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/

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages