node-rest-client-promise
JSON →Promisified wrapper around node-rest-client (v3.x). Provides Promise-based versions of all HTTP methods (get, post, put, delete) with a 'Promise' suffix. Resolved callbacks return an object {data, response} to avoid multiple callback arguments. Supports registerMethod as registerMethodPromise from v3.1.0. Last updated 2019; unmaintained since. Use native fetch or axios for modern projects.
Resources
packagenode-rest-client-promise ↗