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

https://github.com/inversoft/restify

Inversoft's REST client. C# and Java clients provided.
https://github.com/inversoft/restify

csharp java-client java8 rest rest-client

Last synced: 5 months ago
JSON representation

Inversoft's REST client. C# and Java clients provided.

Awesome Lists containing this project

README

          

## Inversoft REST Client ![semver 2.0.0 compliant](http://img.shields.io/badge/semver-2.0.0-brightgreen.svg?style=flat-square)
Inversoft's REST Client. A simple REST Client to make life simpler when calling REST APIs.

## Java REST Client

### Maven

```xml

com.inversoft
restify
3.5.1

```

### Building with Savant

**Note:** This project uses the Savant build tool. To compile using using Savant, follow these instructions:

```bash
$ mkdir ~/savant
$ cd ~/savant
$ wget http://savant.inversoft.org/org/savantbuild/savant-core/1.0.0/savant-1.0.0.tar.gz
$ tar xvfz savant-1.0.0.tar.gz
$ ln -s ./savant-1.0.0 current
$ export PATH=$PATH:~/savant/current/bin/
```

Then, perform an integration build of the project by running:
```bash
$ sb int
```

For more information, checkout [savantbuild.org](http://savantbuild.org/).