UNPKG

@jingbof/rets-client

Version:

RETS (Real Estate Transaction Standards) Client in Typescript

16 lines (10 loc) 249 B
import { RetsFormat } from './RetsFormat' export interface IRetsClientOptions { url: string username: string password: string format?: RetsFormat // callbacks onResponse?: (response: any) => void onParse?: (parsed: any) => void }