Skip to content

dsdk / v1.47 / pluginPull

Function: pluginPull() ​

pluginPull(opts): Promise<PluginPullResponse>

Install a plugin

Pulls and installs a plugin. After the plugin is installed, it can be enabled using the POST /plugins/{name}/enable endpoint.

Parameters ​

ParameterType

opts

ExtendedOptions<PluginPullData>

Returns ​

Promise<PluginPullResponse>