Class Apex<S>

API class for Apex REST endpoint call

Type Parameters

Constructors

Properties

Methods

Constructors

Properties

_conn: Connection<S>
del: (<R>(path, options?) => StreamPromise<R>) = ...

Synonym of Apex#delete()

Type declaration

Methods

  • Call Apex REST service in PATCH request

    Type Parameters

    • R = unknown

    Parameters

    • path: string
    • Optional body: Object
    • Optional options: Object

    Returns StreamPromise<R>