Resty: making curl access to CouchDB easy

April 26th, 2010 | Categories: CLI, NoSQL | Tags: , ,

Resty is a marvellous little shell script which simplifies command-line access to REST resources (e.g. CouchDB) tremendously.

Instead of very long curl command-lines, you'll typically use the GET, PUT, POST, DELETE commands — functions imported to your shell from Resty.

I've made a short screencast to demonstrate:

That last command I showed you might be Resty's best, so I'll give it to you again, so that it sinks in:

GET /jane | PUT -V

Highly recommended.

  1. April 28th, 2010 at 03:28
    Reply | Quote | #1

    Very neat in deed. Also useful with other REST services like Quickr, Connections etc.

  2. micha
    May 12th, 2010 at 01:38
    Reply | Quote | #2

    Hi, nice post! I put a link from the README file to this page.