@ingestkorea/client-sens
Version:
INGESTKOREA SDK Naver Cloud Platform SENS Client for Node.js.
9 lines (8 loc) • 345 B
TypeScript
import { SensClientConfig, SensClientResolvedConfig, SensCommand } from "./models/index.js";
export declare class SensClient {
config: SensClientResolvedConfig;
private httpHandler;
private requestHandler;
constructor(config: SensClientConfig);
send<T, P>(command: SensCommand<T, P, SensClientResolvedConfig>): Promise<P>;
}