Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 597 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 597 Bytes

Java Citrination Client (JCC)

Java implementation of the Citrine API. See the 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.