Package io.odilon.client


package io.odilon.client

The Interface OdilonClient contains the API to interact with the Server, the Implementation class is ODClient.

In order to access the Odilon server from a Java application you have to include Odilon client JAR in the classpath. The interaction is managed by an instance of OdilonClient that connects to the server using the credentials: AccessKey (ie. username) and SecretKey (ie. password)

Author:
atolomei@novamens.com (Alejandro Tolomei)