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.
- Host: GitHub
- URL: https://github.com/inversoft/restify
- Owner: inversoft
- License: apache-2.0
- Created: 2016-02-03T01:05:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T20:20:47.000Z (over 1 year ago)
- Last Synced: 2024-05-29T11:20:20.050Z (over 1 year ago)
- Topics: csharp, java-client, java8, rest, rest-client
- Language: Java
- Homepage: http://www.inversoft.org/
- Size: 2.95 MB
- Stars: 0
- Watchers: 16
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## Inversoft REST Client 
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/).