public marks

PUBLIC MARKS from nhoizey with tags rest & client

January 2007

Mac OS X S3 Browser

by 3 others (via)
S3 browser is a Mac OS X administration tool for the Amazon S3 data storage service. My goal is to build a small application useful in itself for developers or users subscribed to the S3 service, but also to provide example code showing how to access S3 through the REST API in a OS X Objective-C client application, on top of OS X technologies (Keychain, URL loading system, ...).

March 2005

RESTGate Browser for REST-style Web Services

by 3 others
RESTGate is a Web-based client for REST-style Web Services. Any Web browser can be used to send arbitrary HTTP GET requests by manipulating the URL. It used to be necessary to write an HTML form or a small program to send POST, PUT and DELETE messages. Now, RESTGate allows you to send POST, PUT and DELETE messages to a RESTful Web Service and to inspect the response messages.