dirwin517 / genability-java

Java Client Library & Examples for Genability API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

genability-java is the official Java client library for the Genability API.

Now Available on Maven Central Repository

The Genability API Java client library is now available on the Maven Central Repository! Hosted on Sonatype's OSSH, you can now use the library with a couple of lines of XML. Just add the following to pom.xml in your Maven-enabled project:

<dependency>
  <groupId>com.genability</groupId>
  <artifactId>genability-client</artifactId>
  <version>1.4.0</version>
</dependency>

You'll still need an appId and appKey to make any requests. Get an appId at https://apps.genability.com/profile/organizations/current or sign up if you are new to Genability.

Be sure to check out the tutorial and the tutorial app for some examples to get you started.

How to Run the Tests

  1. Get an appId and appKey.
  2. Put the appId and appKey in the src/test/resources/genability.properties file.
  3. Compile the library and run JUnit tests with mvn test.
  4. Develop your own app. Read the API documentation at http://developer.genability.com.

You can see the Javadocs here.

About

Java Client Library & Examples for Genability API

License:Other


Languages

Language:Java 100.0%