play-rest-support Build StatusCoverage Status

Supports creation of RESTful APIs in the Play 2 Framework. Requires Play 2.6.

Usage

Add library as a dependency:

"au.com.agiledigital" %% "play-rest-support" % "0.0.4"

Testing

The testkit provides some helpers for testing Play2 application. To use:

"au.com.agiledigital" %% "play-rest-support-testkit" % "0.0.4" % Test