@nimbella/postman-api
Version:
Postman Collection to Nimbella Project: Take your APIs seamlessly into Serverless world with this API
9 lines (8 loc) • 536 B
TypeScript
import GeneratorInfo from './gen-info';
import { SupportingItem } from '../../utils';
export declare function getMethodStub(item: any): Promise<string>;
export declare function getTestStub(item: any, location: string): Promise<string>;
export declare function getGlobalValidationStub(item: any): Promise<string>;
export declare function getMethodValidationStub(item: any): Promise<string>;
export declare function getIncludeFile(item: any): Promise<SupportingItem>;
export declare function getInstance(language: string): GeneratorInfo;