simple-http-client-axios
v0.4.2
Published
A Simple™-conformant wrapper around Axios
Downloads
2
Readme
Simple Http Client, Axios
A Simple™-conformant wrapper around axios
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-axios
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 axios that enforces conformity with
the SimpleHttpClientInterface
defined in
ts-simple-interfaces
.
See that package for information about the interface.