Description

A class to build a swagger object

Hierarchy

  • default

Constructors

  • The constructor of the Swaggerist class. You probably want to use the static method default.create instead to create a new instance of the class.with sensible defaults

    Parameters

    • definition: SwaggerObject

      The swagger object to build based on the passed in definition

    Returns default

Properties

swaggerDoc: SwaggerObject
swaggerOperationIds: string[]
swaggerSecurityDefinitions: string[]

Methods

  • Parameters

    • version: string
    • opts: {
          [key: string]: string;
      } = {}
      • [key: string]: string

    Returns SwaggerObject

  • Parameters

    • key: string

    Returns string

Generated using TypeDoc