Skip to content

AndrewJMiller/fuel-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Fuel Java client library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%