REST Client for Node.js Features Allows connecting to any API REST and get results as js Object. The client has the following features: Transparent HTTP/HTTPS connection to remote API sites. Allows simple HTTP basic authentication. Allows most common HTTP operations: GET, POST, PUT, DELETE, PATCH or any other method through custom connect method Allows creation of custom HTTP Methods (PURGE, etc.)

