gs-postman-request-promise-native
v1.0.11
Published
native promise for postman-request
Downloads
12,420
Readme
gs-postman-Request-Promise-Native
Deprecated!
As of Feb 11th 2020, request
is fully deprecated. No new changes are expected to land. In fact, none have landed for some time. This package is also deprecated because it depends on request
.
Fyi, here is the reasoning of request
's deprecation and a list of alternative libraries.
This package is similar to request-promise-native
but uses fork postman request js native ES6+ promises.
Installation
This module is installed via npm:
npm install --save postman-request
npm install --save gs-postman-request-promise-native
request
is defined as a peer-dependency and thus has to be installed separately.
License (ISC)
In case you never heard about the ISC license it is functionally equivalent to the MIT license.
See the LICENSE file for details.