wasmer_backend_api::query

Function user_accessible_apps

Source
pub async fn user_accessible_apps(
    client: &WasmerClient,
    sort: DeployAppsSortBy,
) -> Result<impl Stream<Item = Result<Vec<DeployApp>, Error>> + '_, Error>
Expand description

List all apps that are accessible by the current user.