0.47.2 • Published 2 years ago

@airyhq/http-client v0.47.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

HttpClient Library

The HttpClient Library includes a HTTP client for making requests to Airy's API.

The library exports a HttpClient class with public methods that make requests to Airy's API.

To use the library, you need to instantiate the class with an Airy Core API URL.

Install

npm install --save @airyhq/http-client

or

yarn add @airyhq/http-client

Usage

import {HttpClient} from "@airyhq/http-client";

const client = new HttpClient("http://airy.core");
client.listChannels().then(channels => console.debug("channels", channels));

License

Apache 2.0 © Airy, Inc.

0.47.2

2 years ago

0.42.0

2 years ago

0.43.0

2 years ago

0.41.0

2 years ago

0.40.0

2 years ago

0.39.0

2 years ago

0.38.1

2 years ago

0.38.0

2 years ago

0.37.0

2 years ago

0.38.0-alpha

2 years ago

0.36.1

2 years ago

0.36.0

2 years ago

0.35.1

2 years ago

0.35.0

2 years ago

0.34.0

3 years ago

0.33.0

3 years ago

0.32.0

3 years ago

0.31.1

3 years ago

0.31.0

3 years ago

0.30.0

3 years ago

0.29.0

3 years ago

0.28.1

3 years ago

0.28.0

3 years ago

0.27.1

3 years ago

0.27.0

3 years ago

0.26.3

3 years ago

0.26.2

3 years ago

0.26.1

3 years ago

0.26.0

3 years ago

0.25.0

3 years ago