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.