Function requestTranslationsAPI

  • Call the API extension

    Type Parameters

    • T

    Parameters

    • Optional translationsUrl: string
    • Optional locale: string

      API REST end point for the extension

    • Optional init: RequestInit

      Initial values for the request

    • Optional serverSettings: ServerConnection.ISettings

    Returns Promise<T>

    The response body interpreted as JSON

Generated using TypeDoc