App Utils
Utilities for app function executions.
npm install @dynatrace-sdk/app-utils
Variables
functions: Object
A convenience layer for the user to communicate with functions.
Namespaces
functions
The functions namespace contains all the functions available as a convenience layer to communicate with functions.
call
call(functionName,options?): Promise<Response>
A convenience layer for the user to communicate with an app function.
Parameters
Name | Type | Description |
---|---|---|
functionName*required | string | |
options | Object | Optional options |
options.abortSignal | AbortSignal | An AbortSignal to set request's signal |
options.data | unknown | An Payload of the call |
Returns
Response of a fetch call
Still have questions?
Find answers in the Dynatrace Community