Options
All
  • Public
  • Public/Protected
  • All
Menu
description

This class handles backend requests for the /config namespace and endpoints related to frontend configuration.

since

v0.5.0

Hierarchy

Index

Constructors

Properties

baseUrl: string = ...

This property is used to define the base URL which is queried with each HTTP request executed using this backend service.

example:

"http://localhost:7903"

access

protected

var

{string}

Accessors

Methods

  • This method fetches the social platform configuration objects from the backend runtime using the /social/platforms API.

    access

    public

    async

    Parameters

    • address: string

    Returns Promise<ActivityEntryDTO[]>

    An array of social platform configuration objects.

  • getDateFormatForPeriod(periodFormat: string): string
  • getUrl(endpoint: string): string

Generated using TypeDoc