EurigJones / app55-java

Temporary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App55 Java Library

Please see https://www.app55.com/docs for information on the service endpoints.

To build use : mvn clean install
To run the tests setup the environment variables APP55_API_KEY and APP55_API_SECRET with your sandbox api key and secret,
to run just the tests use : mvn test
To run just the integration tests use : mvn -Dtest=IntegrationTest test

To import the project into Eclipse, you will want to run:
mvn eclipse:eclipse
in the project directory first. Then import into eclipse as an 'existing maven project'.

An .iml project file is included for adding the project to Intellij.

Remember to set the api key and secret in the TestConfiguration or in your IDE run/debug configurations, if you want to to run/debug the project within Eclipse.

Revision History

  • 0.8.4 Now supports asynchronous requests and multiple HTTP transport mechanisms.
  • 0.8.3 Now supports Scheduled payments.
  • 0.8.2 Initial library release. For App55 Release 2.8.0

Dependencies

About

Temporary

License:MIT License