Skip to content

ProcessingClient

@trimblecloudplatform/trimblecloud.processing


@trimblecloudplatform/trimblecloud.processing / ProcessingClient

Class: ProcessingClient

Defined in: src/processingClient.ts:16

Represents a client for interacting with a Trimble Cloud Platform Processing Framework.

Constructors

Constructor

new ProcessingClient(tokenProvider, baseUrl): ProcessingClient

Defined in: src/processingClient.ts:48

Constructs a new ProcessingClient instance.

Parameters

tokenProvider

ITokenProvider

A provider of tokens used to authenticate API calls.

baseUrl

string

The base URL of the Processing Framework API. \

Returns

ProcessingClient

Properties

executions

executions: ExecutionsImpl

Defined in: src/processingClient.ts:41

The executions available for this client.


httpClientProvider

readonly httpClientProvider: BearerTokenHttpClientProvider

Defined in: src/processingClient.ts:21

A provider of a pre-configured HttpClient used for API calls made by this client.


operations

operations: OperationsImpl

Defined in: src/processingClient.ts:31

The operations available for this client.


procedures

procedures: ProceduresImpl

Defined in: src/processingClient.ts:36

The procedures available for this client.


tokenProvider

readonly tokenProvider: ITokenProvider

Defined in: src/processingClient.ts:26

Represents a token provider.