mindee
Version:
Mindee Client Library for Node.js
9 lines (8 loc) • 385 B
TypeScript
import { BaseSettings, MindeeApiConstructorProps } from "../../http/baseSettings.js";
export declare const STANDARD_API_OWNER: string;
export declare class ApiSettingsV1 extends BaseSettings {
baseHeaders: Record<string, string>;
constructor({ apiKey, dispatcher, }: MindeeApiConstructorProps);
protected apiKeyFromEnv(): string;
protected hostnameFromEnv(): string;
}