UNPKG

ps2census

Version:

Client to connect to the PS2 Event Stream websocket.

11 lines (10 loc) 385 B
import { RestClient as Client, RestClientOptions as ClientOptions } from './rest.client'; export { Client, ClientOptions }; export * from './get.query'; export * from './utils/census-response'; export * from './collections'; /** Utility */ export * from './types'; /** Exceptions */ export * from './exceptions/census-rest.exception'; export * from './exceptions/census-server.error';