Function wasmer_api::query::user_apps

source ยท
pub async fn user_apps(
    client: &WasmerClient,
) -> impl Stream<Item = Result<Vec<DeployApp>, Error>> + '_
Expand description

List all apps that are accessible by the current user.

NOTE: this will only include the first pages and does not provide pagination.