UNPKG

@hubspot/api-client

Version:

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

6 lines (5 loc) 165 B
import fetch from 'node-fetch'; import { Request } from './Request'; export declare class HttpClient { static send(request: Request): Promise<fetch.Response>; }