Skip to content

Genability/genability-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Get the JAR from 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.16.0</version>
</dependency>

You'll still need an appId and appKey to make any requests. Get an appId at https://dash.genability.com/org/applications 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 a Genability appId and appKey.
  2. Copy the src/test/resources/genability.properties file into a new src/test/resources/genability.local.properties. This copy is gitignored.
  3. Fill in your appId and appKey into the .local.properties.
  4. Run mvn test: compiles the library and runs JUnit tests.
  5. Develop your own app. Read the API documentation at http://developer.genability.com.

About

Java Client Library & Examples for Genability API

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 17

Languages