Create a new Functions instance.
Function for making API requests
Check if a function's code is valid. Validates the syntax and execution of the function.
The team ID context for checking the function
The function code to validate
Promise with the validation result and any error messages
Create a new custom function.
The team ID to create the function in
Parameters for the function to create
Promise with the created function
Delete a custom function.
The function ID to delete
Get details of a specific function.
The function ID to get details for
Promise with the function details
Get the version history of a function.
The team ID the function belongs to
The function ID to get history for
Promise with the list of historical versions
List all custom functions for a team.
The team ID to list functions for
Optional
options: ListFunctionsOptions<C>Optional parameters for filtering the returned fields
Promise with the list of functions
Update an existing custom function.
The function ID to update
The function properties to update
Promise with the updated function
Class providing methods for working with Make custom functions. Custom functions are user-created JavaScript functions that you can use in scenarios to perform custom data transformations and calculations.