Simple Http Client, Request-Promise-Native
A Simple™-conformant wrapper around request-promise-native
NOTE: As of v0.5.0 this project is now mantained by Wymp and the
package is published on github. Please use @wymp/simple-http-client-rpn
for future versions of
this package. (This will require setting up an .npmrc
file at some level with the following line:
@wymp:registry=https://npm.pkg.github.com/wymp
.)
This package provides a light wrapper around request-promise-native that enforces conformity
with the SimpleHttpClientInterface
defined in
ts-simple-interfaces
.
See that package for information about the interface.