|
|
|
| Downloads: 192 |
Tell us about an update
|
 |
|
User Rating: Rated by: |
NOT RATED 0 user(s) |
|
|
|
Resty description
|
A simple HTTP REST client for Java
Resty is a small, convenient library to talk to RESTful services from Java. Its focus is on simplicity and ease-of-use, often requiring only two lines of code to access any web service. It supports chaining several requests which is very useful in RESTful application employing HATEOS.
Basic usage is very simple: Create a Resty instance, use authenticate methode to add credentials, then call one of the content type specific methods. The idea is that the method name will convey the expected content type you can then operate on.
Take Resty for a test run to see what it's all about! Here are some key features of "Resty":
· GET, POST, PUT, DELETE for text, XML, JSON, binary
· Fluid-style API to follow hyperlinks easily
· Complex path queries for JSON (simple tests on fields with operators >,=,< and full boolean expressions (&&,||,!))
· Support for XPath expressions
· Authentication with login/passwd
· Automatic Cookie management
|
|