Eureka! Client
Georgia Clinical and Translational Science Alliance (Georgia CTSA), Emory University, Atlanta, GA
What does it do?
It is a library for accessing Eureka! Clinical Analytics REST APIs from Java applications. It provides two REST API clients:
- EurekaClient.java: for web clients to call Eureka REST APIs via the eureka-webapp proxy.
- EurekaProxyClient.java: for Java applications to call Eureka REST APIs directly using eureka-service.
Version 4.0
Support the new job modes.
Version 3.1
Updated dependencies.
Version 3.0
We are synchronizing the version number with the rest of Eureka! Clinical Analytics.
Version 1.1.1
This is the first released version of the client. Versions 1.0 and 1.1 had issues with the *ProxyClient
not working.
Build requirements
Runtime requirements
Building it
The project uses the maven build tool. Typically, you build it by invoking mvn clean install
at the command line. For simple file changes, not additions or deletions, you can usually use mvn install
. See https://github.com/eurekaclinical/dev-wiki/wiki/Building-Eureka!-Clinical-projects for more details.
Maven dependency
<dependency>
<groupId>org.eurekaclinical</groupId>
<artifactId>eureka-client</artifactId>
<version>version</version>
</dependency>
Developer documentation
Getting help
Feel free to contact us at [email protected].