This repository has been archived by the owner on Dec 27, 2018. It is now read-only.
v0.1.3 - Support DELETE
- add support for
DELETE
request
rest.DELETE("/resource/path", function(error, response, body) {
// do something
}