pub async fn user_apps(
client: &WasmerClient,
sort: DeployAppsSortBy,
) -> 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.