1.1.0 • Published 5 years ago

@thaoms/engage-js-httpclient-axios v1.1.0

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
5 years ago

engage-js-httpclient-axios

Engage JS Http Client Axios is just a simple http client you can use with our Engage JS API

This code is written in ES6+ and uses a lot of newer features, transpiling and compiling are up to you.

See our Engage API for usage: https://github.com/thaoms/engage-js-api

Installation

npm install @thaoms/engage-js-httpclient-axios

Usage with our API

/** CJS (transpiled version) **/
import HttpClientAxios from "@thaoms/engage-js-httpclient-axios";

/** Recommended (ES6 version, up to your build process) **/
import HttpClientAxios from "@thaoms/engage-js-httpclient-axios/src";

Docs

Full documentation: https://developers.engagor.com/documentation

Docs for this package can also be compiled by yourself with $ npm run docs

Contributing

Feel free to open an issue.

License

BSD-2-Clause

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago