Skip to content

SlimPay/hapiclient-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HAPI Client

An HTTP Client implementing the HAL specification.

Requirements

Java 5 or higher

Installation

Maven dependency:

<dependency>
	<groupId>com.slimpay</groupId>
	<artifactId>hapiclient</artifactId>
	<version>1.0.2</version>
</dependency>

For Java 5 to 7 included, you also need to add:

<dependency>
	<groupId>org.glassfish</groupId>
	<artifactId>javax.json</artifactId>
	<version>1.0.4</version>
	<optional>true</optional>
</dependency>

Use

Examples and full working snippets are available in our HAPI Browser.