UNPKG

maximo-rest-client

Version:

A simple REST API client for the IBM Maximo platform written in TypeScript.

10 lines (9 loc) 212 B
export interface MaximoOptions { protocol?: string; host: string; port?: number; user: string; password: string; authorizationScheme?: "MAX_AUTH" | "BASIC" | "FORM"; lean?: boolean; }