Skip to content

Library for accessing Eureka! Clinical Analytics RESTful APIs from Java applications

Notifications You must be signed in to change notification settings

eurekaclinical/eureka-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Latest release: Latest release

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 help@eurekaclinical.org.

About

Library for accessing Eureka! Clinical Analytics RESTful APIs from Java applications

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages