UNPKG

linkup-sdk

Version:
10 lines 473 B
import { ApiConfig, FetchParams, LinkupFetchResponse, LinkupSearchResponse, SearchParams } from './types'; export declare class LinkupClient { private readonly USER_AGENT; private readonly client; constructor(config: ApiConfig); search<T extends SearchParams>(params: T): Promise<LinkupSearchResponse<T>>; fetch<T extends FetchParams>(params: T): Promise<LinkupFetchResponse<T>>; private sanitizeParams; } //# sourceMappingURL=linkup-client.d.ts.map