Code Monkey home page Code Monkey logo

genability-java's Introduction

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.15.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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.