Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 577 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 577 Bytes

hal-kotlin

A minimal implementation of the HAL Json Hypermedia type, which provides support for a HATEOAS capable REST JSON API.

Limitations

There are some elements of the Functional Specification not yet supported, but these all relate to detection of malformed Json or the suppression of empty elements. There is no Functional Test yet.

Language

Source is in Kotlin, library is a standard Java jar

Usage

Java

Kotlin