native promise for postman-request
npm install gs-postman-request-promise-nativeAs 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.
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.
In case you never heard about the ISC license it is functionally equivalent to the MIT license.
See the LICENSE file for details.