0.9.2 • Published 2 years ago
@wymp/simple-http-client-rpn v0.9.2
Simple Http Client, Request-Promise-Native
A Simple™-conformant wrapper around request-promise-native. "Simple" is intended to be a highly reduced interface that allows for better interoperability and dependency choice for consumers.
DEPRECATION NOTICE: This package is deprecated, since the underlying request library (and the higher-level
request-promise-native) is deprecated. Use @wymp/simple-http-client-fetch
as an alternative.**
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.