Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "generate"

Index

Type aliases

ApiUrlScheme

ApiUrlScheme: "http" | "https"

Possible value for an API url scheme.

SwaggerV2DocDefinitionList

SwaggerV2DocDefinitionList: object

List of Swagger 2 definitions.

Type declaration

  • [key: string]: any

SwaggerV2DocumentPathList

SwaggerV2DocumentPathList: object

List of Swagger 2 paths.

Type declaration

  • [key: string]: any

SwaggerV2DocumentTag

SwaggerV2DocumentTag: object

A Swagger 2 tag.

Type declaration

  • Optional description?: string

    The description.

  • Optional name?: string

    The name.

SwaggerV2SecurityDefintion

SwaggerV2SecurityDefintion: object

Data for a Swagger V2 security defintion.

Type declaration

  • [key: string]: any

SwaggerV2SecurityDefintionList

SwaggerV2SecurityDefintionList: object

Swagger V2 security defintions.

Type declaration

Functions

generateSwaggerV2Document

Generated using TypeDoc