Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the configuration of a server including its url template and variable configuration based on the url.

Type Parameters

  • T extends {}

Hierarchy

  • ServerConfiguration

Implements

Index

Constructors

Methods

  • getConfiguration(): T
  • getUrl(): string
  • setVariables(variableConfiguration: Partial<T>): void
  • Sets the value of the variables of this server. Variables are included in the url of this ServerConfiguration in the form {variableName}

    Parameters

    • variableConfiguration: Partial<T>

      a partial variable configuration for the variables contained in the url

    Returns void

Generated using TypeDoc