Skip to content

API client

The Analytics Platform Java client is an API client for BAO Analytics Platform for the Java programming language.

It allows for flexible and efficient access to the AP API and services when building custom extensions and software applications.

The API client is available from the Maven Central repository.

<dependency>
  <groupId>com.baosystems</groupId>
  <artifactId>analytics-platform-java-client</artifactId>
  <version>LATEST</version>
</dependency>

The Java client is built on Apache HttpClient and Jackson.

Find information and source code from the Bitbucket repository below.

https://bitbucket.org/baosystems/analytics-platform-java-client