@apistudio/apim-cli
Version:
CLI for API Management Products
15 lines • 553 B
TypeScript
import { GatewaysJson } from '@apic/studio-shared';
export declare const sendToGateway: (gatewayURL: string, gatewayUser: string, gatewaySecret: string, is_mcsp_enabled: boolean, zipBuffer: Buffer, gatewaysJsonContent: GatewaysJson) => Promise<{
error: boolean;
statusCode: number;
data: any;
} | {
error: boolean;
statusCode: any;
data: any;
}>;
export declare function validationManager(url: string, authorizationHeader: string): Promise<{
data: string;
status: number;
}>;
//# sourceMappingURL=gateway-service.d.ts.map