Restler: REST client library for node.js
An HTTP client library for node.js. Hides most of the complexity of creating and using http.Client.
- Easy interface for basic operations via http.Client
- Automatic serialization of post data
- Automatic serialization of query string data
- Automatic deserialization of XML, JSON and YAML responses to JavaScript objects
- Provide your own deserialization functions for other datatypes
- Automatic following of redirects
- Deals with basic auth for you, just provide username and password options
Discussion
Sign in or Join to comment or subscribe