Class ConnectionREST

Hierarchy (view full)

Constructors

Properties

apiKey?: string
authEnabled: boolean
host: string
http: HttpClient
oidcAuth?: OidcAuthenticator

Methods

  • Parameters

    • path: string
    • payload: any
    • expectReturnContent: boolean = false

    Returns any

  • Parameters

    • path: string
    • expectReturnContent: boolean = true

    Returns any

  • Type Parameters

    • B

    Parameters

    • path: string
    • payload: B

    Returns Promise<void>

  • Type Parameters

    • B
    • T

    Parameters

    • path: string
    • payload: B

    Returns Promise<T>

  • Parameters

    • path: string
    • payload: any
    • expectReturnContent: boolean = true

    Returns any