The Simple Hospitality Interchange Protocol, or SHIP, is a JSON-based message format, combined with a simple HTTP-based API, that aims to make it easy for hospitality-related systems and applications to exchange messages. This library is a Scala 2.11 implementation of the SHIP message types.
For more details about SHIP please refer to the ship-sdk project.
Version numbers of this library follow the MAJOR.MINOR.PATCH
format, where MAJOR.MINOR
refer to the version of the SHIP message specifications being implemented. For example, version 1.0.3
of this library implements SHIP message specifications version 1.0
.