Optional
configuration: ConfigurationCreate a new Function.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The function to create
Optional
options: AxiosRequestConfig<any>Override http request option.
Create a new Function
Delete a Function.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a function.
Optional
options: AxiosRequestConfig<any>Override http request option.
Delete a Function
Execute a function for testing.
The user as which to execute the function. Either `user_id` or `run_as_system` is required. You cannot specify both.
Determine whether or not to run as system user. Either `run_as_system` or `user_id` is required. You cannot specify both.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The function to execute.
Optional
options: AxiosRequestConfig<any>Override http request option.
Execute a function
Execute a function's source code for testing.
The user as which to execute the function. Either `user_id` or `run_as_system` is required. You cannot specify both.
Determine whether or not to run as system user. Either `run_as_system` or `user_id` is required. You cannot specify both.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The source to execute.
Optional
options: AxiosRequestConfig<any>Override http request option.
Execute a function's source code for testing
Retrieve a Function.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a function.
Optional
options: AxiosRequestConfig<any>Override http request option.
Retrieve a Function
List Functions.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
Optional
options: AxiosRequestConfig<any>Override http request option.
List Functions
Update a Function.
An Atlas Project/Group ID.
The ObjectID of your application. The App Services API Project and Application IDs section demonstrates how to find this value.
The unique `_id` value of a function.
Optional
options: AxiosRequestConfig<any>Override http request option.
Update a Function
Generated using TypeDoc
FunctionsApi - functional programming interface