So just wondering if its possible to use restler.js as a standalone api rather than in combination with node.js
On Friday, November 27, 2009 5:01:08 PM UTC+5, Dan Webb wrote: > > Hello All, > > I've just put out the initial version of Restler on github: > http://github.com/danwrong/restler > > Restler is a really simple HTTP client for node.js most suited to > working with REST APIs and the like which smoothes over some of the > complexities in the http.Client API that aren't a concern in many > cases. It deals with URLs, Basic Auth, redirects and the like and > also allows you to automatically deserialize JSON, XML and YAML > responses to javascript objects. > > The objective is to make something that can deal with all the web APIs > out there but also be the basis of clients for memcached or CouchDB. > I've had a search around the web prior to building this and hadn't > seen anything around so I thought I'd have a crack. Is there an > equivalent library that I've missed? > > It's got a reasonable test suite but its hot of the keyboard so some > of the API change and it probably needs some refactoring but I'd love > to get your feed back or forkage. Let me know what you think. > > Cheers, > > Dan Webb (@danwrong) > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
