Optional
configuration: ConfigurationProtected
axiosProtected
baseProtected
configurationDefine a Value in an application.
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 value to create.
Optional
options: AxiosRequestConfig<any>Override http request option.
Define a Value in an application
ValuesApi
Delete a value defined in an application.
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 value.
Optional
options: AxiosRequestConfig<any>Override http request option.
Delete a value defined in an application.
ValuesApi
Retrieve a value definition from an application.
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 value.
Optional
options: AxiosRequestConfig<any>Override http request option.
Retrieve a value definition from an application
ValuesApi
List all values defined in an application.
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 all values defined in an application.
ValuesApi
Update a value definition in an application.
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 value.
Optional
options: AxiosRequestConfig<any>Override http request option.
Update a value definition in an application
ValuesApi
Generated using TypeDoc
ValuesApi - object-oriented interface
Export