method Call.build
Call.build(
object,
href,
parameters,
objectParameters
)

Builder for Call instructions.

Parameters

object

The path of the Qworum object to call.

href

The URL of the end-point to call. Can be a relative or absolute URL.

parameters

Named data value arguments.

objectParameters

Named Qworum object arguments.

Return Type

Throws

Error

Usage

import { Call } from ".";