pub async fn namespace_apps(
client: &WasmerClient,
namespace: String,
sort: DeployAppsSortBy,
) -> impl Stream<Item = Result<Vec<DeployApp>, Error>> + '_
Expand description
Get apps for a specific namespace.
NOTE: only retrieves the first page and does not do pagination.