Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 959 Bytes

File metadata and controls

25 lines (14 loc) · 959 Bytes

Fuel Java client library

Installation

  • Clone the project from GitHub:

    git clone git@github.com:ExactTarget/fuel-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