An open API service indexing awesome lists of open source software.

https://github.com/citrineinformatics/java-citrination-client

Java tools for working with Citrination
https://github.com/citrineinformatics/java-citrination-client

citrination-api

Last synced: 5 months ago
JSON representation

Java tools for working with Citrination

Awesome Lists containing this project

README

          

# Java Citrination Client (JCC)

Java implementation of the Citrine API.
See the [python-citrination-client](https://github.com/CitrineInformatics/python-citrination-client) for a python version.

## Usage

Usage examples belong here.

## Tests

Tests must be provided the host URL of a Citrination site to test against as well as an API key for that site. These
can be configured using the environment variables TESTS_CITRINATION_HOST, which defaults to https://citrination.com,
and TESTS_CITRINATION_API_KEY. An encrypted key is included in the travis configuration file for automated builds.