inversoft / restify

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

Home Page:http://www.inversoft.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inversoft REST Client semver 2.0.0 compliant

Inversoft's REST Client. A simple REST Client to make life simpler when calling REST APIs.

Java REST Client

Maven

<dependency>
  <groupId>com.inversoft</groupId>
  <artifactId>restify</artifactId>
  <version>3.5.1</version>
</dependency>

Building with Savant

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

$ 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:

$ sb int

For more information, checkout savantbuild.org.

About

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

http://www.inversoft.org/

License:Apache License 2.0


Languages

Language:Java 100.0%