UNPKG

@hubspot/api-client

Version:

NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files

15 lines (14 loc) 265 B
export interface IHttpOptions { method?: string; headers?: { [key: string]: string; }; body?: any; authType?: string; overlapUrl?: string; path?: string; qs?: { [key: string]: any; }; defaultJson?: boolean; }