node-rest-client-promise

JSON →
library 3.1.1 ·javascript maintenance
verified Jun 7, 2026

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.