UNPKG

@shipengine/connect

Version:

The official developer tooling for building ShipEngine connect apps

12 lines (11 loc) 338 B
import { Pulse } from '../../types'; import AppsAPIClient from '..'; export default class Diagnostics { private client; constructor(apiClient: AppsAPIClient); /** * Check the API for a heart beat. * @returns {Promise<Pulse>} Promise object that resolves to a Pulse object. */ heartBeat(): Promise<Pulse>; }