![]() Download Latest Version |
May 29th, 2008 ·
3507 views / 4826 downloads Category: Libraries Maturity: Beta API version: not specified Tags: REST Http library RESTful Client Utility |
Updated!!!
Multipart posts are now supported!
This is a simple REST client you can use in your BUG Applications. It provides a RESTful interface for using web services using java.net’s HttpURLConnection and provides some extra utilities simply to make things easier.
GET, PUT, POST, and HEAD are currently implemented. An HTTP response that represents an error code (response code greater than 400) causes an HTTPException that stores the response code. Some other abstractions and helpers are provided for dealing with the request and response. There is also a class for creating a connection using HTTP Basic Authentication. Check out the code, it is simple and pretty well documented.
To use in your application download to your workspace and add simplerestclient to the Import-Package list in your application’s manifest.
Take a look at TwitterBug_viaSimpleRESTClient to see how to use this. Download both this application and TwitterBug_viaSimpleRESTClient to Dragonfly or your BUG.
| Download Latest Version |
| Version | Date | Uploaded by | Notes | |
|---|---|---|---|---|
| Version 8 | September 4th, 2008 | akweon | (more) (collapse) | download |
| Version 7 | September 3rd, 2008 | akweon | (more) (collapse) | download |
| Version 6 | July 23rd, 2008 | bballantine | (more) (collapse) | download |
| Version 5 | July 23rd, 2008 | bballantine | (more) (collapse) | download |
| Version 4 | June 13th, 2008 | bballantine | (more) (collapse) | download |
| Version 3 | June 11th, 2008 | bballantine | (more) (collapse) | download |
| Version 2 | June 9th, 2008 | bballantine | (more) (collapse) | download |
| Version 1 | May 29th, 2008 | bballantine | (more) (collapse) | download |
| Viewing SimpleRESTClient | Link |
10 Comments |
|
coco said on December 14th, 2011 04:06:14 AM
jiushi said on December 26th, 2011 01:13:46 AM
clothworld said on December 29th, 2011 08:35:57 PM
clothworld said on December 29th, 2011 08:52:56 PM
clothworld said on December 29th, 2011 09:00:07 PM
clothworld said on December 29th, 2011 09:10:57 PM
clothworld said on December 29th, 2011 09:17:16 PM
clothworld said on December 30th, 2011 01:25:59 AM
foxin said on January 6th, 2012 12:59:04 AM



pradauk245 said on December 6th, 2011 04:11:23 AM