UNPKG

@veecode-platform/safira-cli

Version:

Generate a microservice project from your spec.

8 lines (7 loc) 365 B
export declare class MockserverManager { private static _instance; private constructor(); publishMock(projectPath: string, mockserver: string, specFilePath: string, apiContext: string, apiKey: string): Promise<void>; prepareSpec(projectPath: string, specFilePath: string, apiContext: string): string; static get instance(): MockserverManager; }