Skip to main content

install_package

Function install_package 

Source
pub async fn install_package(
    __arg0: State<AppState>,
    __arg1: Json<InstallPackageRequest>,
) -> Result<Json<Value>, (StatusCode, Json<Value>)>
Expand description

POST /api/packages/install — install a package from a remote store.