pub async fn namespace_apps(
    client: &WasmerClient,
    namespace: String
) -> 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.