0.47.2 • Published 3 years ago
@airyhq/http-client v0.47.2
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
3 years ago
0.42.0
3 years ago
0.43.0
3 years ago
0.41.0
3 years ago
0.40.0
3 years ago
0.39.0
3 years ago
0.38.1
3 years ago
0.38.0
3 years ago
0.37.0
4 years ago
0.38.0-alpha
4 years ago
0.36.1
4 years ago
0.36.0
4 years ago
0.35.1
4 years ago
0.35.0
4 years ago
0.34.0
4 years ago
0.33.0
4 years ago
0.32.0
4 years ago
0.31.1
4 years ago
0.31.0
4 years ago
0.30.0
4 years ago
0.29.0
4 years ago
0.28.1
4 years ago
0.28.0
4 years ago
0.27.1
4 years ago
0.27.0
4 years ago
0.26.3
4 years ago
0.26.2
4 years ago
0.26.1
4 years ago
0.26.0
4 years ago
0.25.0
4 years ago