Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dspasojevic committed Apr 6, 2016
1 parent f72a766 commit 077015c
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# play-rest-suport [![Build Status](https://travis-ci.org/agiledigital/kamon-play-extensions.svg?branch=master)](https://travis-ci.org/agiledigital/kamon-play-extensions)[![Coverage Status](https://coveralls.io/repos/github/agiledigital/kamon-play-extensions/badge.svg?branch=master)](https://coveralls.io/github/agiledigital/kamon-play-extensions?branch=master)

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

## Usage

Add library as a dependency:

```scala
"au.com.agiledigital" %% "play-rest-support" % "0.0.1"
```

## Testing

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

```scala
"au.com.agiledigital" %% "play-rest-support-testkit" % "0.0.1" % Test
```

0 comments on commit 077015c

Please sign in to comment.