davidsowerby / hal-kotlin

A minimal implementation of the HAL JSON Hypermedia type
1 stars 1 forks source link
hal json kotlin rest-api

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