Class DiscourseApiOption

Hierarchy

  • DiscourseApiOption

Constructors

Properties

_storage: ApiOptions

Accessors

  • get api_key(): undefined | string
  • Api key

    Returns undefined | string

  • set api_key(str): void
  • Parameters

    • str: string

    Returns void

  • get api_username(): undefined | string
  • Api username

    Returns undefined | string

  • set api_username(str): void
  • Parameters

    • str: string

    Returns void

  • get user_api_client_id(): undefined | string
  • User Api Client id

    Returns undefined | string

  • set user_api_client_id(str): void
  • Parameters

    • str: string

    Returns void

  • get user_api_key(): undefined | string
  • User Api

    Returns undefined | string

  • set user_api_key(str): void
  • Parameters

    • str: string

    Returns void

Methods

  • Returns void

Generated using TypeDoc