A statuspage.io API client. For a documentation on the API see https://developer.statuspage.io/.
Run yarn add statuspage.io
or npm install statuspage.io
.
A complete documentation is available at https://ffflorian.github.io/api-clients/packages/statuspage.io/.
import {Statuspage} from 'statuspage.io';
const statuspage = new Statuspage('kctbh9vrtdwd');
statuspage.api.incidents.getAll().then(response => {
//
});
yarn
yarn test