eo-cqrs / ohip-java

Java Object-Oriented Wrapper of OHIP API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Managed By Self XDSD

EO principles respected here DevOps By Rultor.com We recommend IntelliJ IDEA

mvn maven central javadoc codecov

Hits-of-Code Lines-of-Code PDD status License

Project architect: @h1alexbel

Java Object-Oriented Wrapper of OHIP API.

Motivation. We are lacking off some wrapper for OHIP API to simplify API calls and reuse configuration. we are suggesting this capability through small and cohesive objects.

Principles. These are the design principles behind this wrapper.

How to use. All you need is this (get the latest version here):

Maven:

<dependency>
  <groupId>io.github.eo-cqrs</groupId>
  <artifactId>ohip</artifactId>
</dependency>

Gradle:

dependencies {
    compile 'io.github.eo-cqrs:ohip:<version>'
}

Accessing OHIP

TBD..

How to Contribute

Fork repository, make changes, send us a pull request. We will review your changes and apply them to the master branch shortly, provided they don't violate our quality standards. To avoid frustration, before sending us your pull request please run full Maven build:

$ mvn clean install

You will need Maven 3.8.7+ and Java 17+.

Our rultor image for CI/CD.

About

Java Object-Oriented Wrapper of OHIP API

License:MIT License


Languages

Language:Java 100.0%