Create 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
FunctionsApiInterface
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
FunctionsApiInterface
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
FunctionsApiInterface
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
FunctionsApiInterface
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
FunctionsApiInterface
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
FunctionsApiInterface
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
FunctionsApiInterface
Generated using TypeDoc
FunctionsApi - interface
Export
FunctionsApi