@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
11 lines (10 loc) • 646 B
TypeScript
import { BaseAPIRequestFactory } from './baseapi';
import { Configuration } from '../configuration';
import { RequestContext, ResponseContext, HttpInfo } from '../http/http';
import { BatchedBehavioralEventHttpCompletionRequest } from '../models/BatchedBehavioralEventHttpCompletionRequest';
export declare class BatchApiRequestFactory extends BaseAPIRequestFactory {
send(batchedBehavioralEventHttpCompletionRequest: BatchedBehavioralEventHttpCompletionRequest, _options?: Configuration): Promise<RequestContext>;
}
export declare class BatchApiResponseProcessor {
sendWithHttpInfo(response: ResponseContext): Promise<HttpInfo<void>>;
}