Private
_genGenerates Content block with contact for main page from openapi file
Optional
options: IRavageOptionsPrivate
_genGenerates Content block with description content block for main page
Private
_genGenerates Content block with email from openapi file
Optional
options: IRavageOptionsPrivate
_genGenerates Content block with name from openapi file
Optional
options: IRavageOptionsPrivate
_genGenerates Content block with terms of service from openapi file
Optional
options: IRavageOptionsPrivate
_genGenerates Content block with url from openapi file
Optional
options: IRavageOptionsThis method create pdfmake content blocks
by openapiTree
that contains information about
openapi specs,
by localize
that contains information about
localize pdfmake content blocks,
and by includeExample
that contains information about
requests and responses.
async function main() {
const processor = new PdfPartProcessor();
const openapiTree = {} as OpenapiInfoV3;
const localize = {} as Localize;
const includeExample = true;
const result = await processor.genDef(
openapiTree,
localize,
includeExample
);
}
main();
Optional
options: IRavageOptionsGenerated using TypeDoc
PdfPartInfo Content block for main page of pdf document that contains info from openapi info contact if it exists