UNPKG

@hubspot/api-client

Version:

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

6 lines (5 loc) 158 B
/// <reference types="node" /> import { Request } from './Request'; export declare class HttpClient { static send(request: Request): Promise<Response>; }