Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 655 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 655 Bytes

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.