/fuel-java

Fuel Java client library

Primary LanguageJavaMIT LicenseMIT

Fuel Java SDK

Installation

  • Clone the project from GitHub:

    git clone git@github.com:ExactTarget/FuelSDK-Java.git

  • Generate sources from the ExactTarget WSDL:

    mvn generate-sources

  • Import project into Eclipse (optional):

    File -> Import... -> Maven -> Existing Maven Projects

  • Build the jar file via the command line:

    mvn -DskipTests package

  • Add the jar file and dependencies (Apache Commons BeanUtils, Apache log4j 1.x, and Google Gson) to your class path

  • Obtain a clientId and clientSecret from App Center (see https://code.exacttarget.com/getting-started/setting-your-development-environment) and place them in fuelsdk.properties using src/main/resources/fuelsdk.properties as a starting template