Class SettingsService

Constructors

Methods

  • is backend up to date

    Returns CancelablePromise<string>

    string is backend up to date

    ApiError

  • get backend version

    Returns CancelablePromise<string>

    string git version of backend

    ApiError

  • get license id

    Returns CancelablePromise<string>

    string get license id (empty if not ee)

    ApiError

  • get openapi yaml spec

    Returns CancelablePromise<string>

    string openapi yaml file content

    ApiError