An open API service indexing awesome lists of open source software.

https://github.com/bitplan/com.bitplan.simplerest-example

simple RESTFul Jersey API example
https://github.com/bitplan/com.bitplan.simplerest-example

Last synced: about 2 months ago
JSON representation

simple RESTFul Jersey API example

Awesome Lists containing this project

README

          

### com.bitplan.simplerest-example
[Example for a RESTFul application](http://www.bitplan.com/SimpleRest)

[![Travis (.org)](https://img.shields.io/travis/BITPlan/com.bitplan.simplerest-example.svg)](https://travis-ci.org/BITPlan/com.bitplan.simplerest-example)
[![Maven Central](https://img.shields.io/maven-central/v/com.bitplan.rest/com.bitplan.simplerest-example.svg)](https://search.maven.org/artifact/com.bitplan.rest/com.bitplan.simplerest-example/0.0.2/jar)
[![GitHub issues](https://img.shields.io/github/issues/BITPlan/com.bitplan.simplerest-example.svg)](https://github.com/BITPlan/com.bitplan.simplerest-example/issues)
[![GitHub issues](https://img.shields.io/github/issues-closed/BITPlan/com.bitplan.simplerest-example.svg)](https://github.com/BITPlan/com.bitplan.simplerest-example/issues/?q=is%3Aissue+is%3Aclosed)
[![GitHub](https://img.shields.io/github/license/BITPlan/com.bitplan.simplerest-example.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![BITPlan](http://wiki.bitplan.com/images/wiki/thumb/3/38/BITPlanLogoFontLessTransparent.png/198px-BITPlanLogoFontLessTransparent.png)](http://www.bitplan.com)

### Documentation
* [Wiki](http://www.bitplan.com/SimpleRest)
* [com.bitplan.simplerest-example Project pages](https://BITPlan.github.io/com.bitplan.simplerest-example)
* [Javadoc](https://BITPlan.github.io/com.bitplan.simplerest-example/apidocs/index.html)
* [Test-Report](https://BITPlan.github.io/com.bitplan.simplerest-example/surefire-report.html)
### Maven dependency

Maven dependency
```xml

com.bitplan.rest
com.bitplan.simplerest-example
0.0.2

```

[Current release at repo1.maven.org](http://repo1.maven.org/maven2/com/bitplan/rest/com.bitplan.simplerest-example/0.0.2/)

### How to build
```
git clone https://github.com/BITPlan/com.bitplan.simplerest-example
cd com.bitplan.simplerest-example
mvn install
```
## Version history
* 0.0.1: 2016-06-18 First release via GitHub / Maven central
* 0.0.2: 2016-06-19 adds basic auth support