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
- Host: GitHub
- URL: https://github.com/citrineinformatics/java-citrination-client
- Owner: CitrineInformatics
- License: apache-2.0
- Archived: true
- Created: 2016-03-21T22:14:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-11-15T23:52:52.000Z (over 3 years ago)
- Last Synced: 2025-03-05T22:18:34.929Z (over 1 year ago)
- Topics: citrination-api
- Language: Java
- Size: 641 KB
- Stars: 0
- Watchers: 19
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.