Supports creation of RESTful APIs in the Play 2 Framework. Requires Play 2.6.
Add library as a dependency:
"au.com.agiledigital" %% "play-rest-support" % "0.0.4"
The testkit provides some helpers for testing Play2 application. To use:
"au.com.agiledigital" %% "play-rest-support-testkit" % "0.0.4" % Test