UNPKG

@nimbella/postman-api

Version:

Postman Collection to Nimbella Project: Take your APIs seamlessly into Serverless world with this API

10 lines (9 loc) 337 B
import { Collection } from 'postman-collection'; import { SupportingItem } from '../../utils'; import BaseGenerator from './base-gen'; export default class PhpGenerator extends BaseGenerator { constructor(); private composerStub; private tmplComposer; getSupportingItems(collection: Collection): Array<SupportingItem>; }