pub async fn namespace_apps_page(
client: &WasmerClient,
namespace: String,
sort: DeployAppsSortBy,
cursor: Option<String>,
) -> Result<Paginated<DeployApp>, Error>
Expand description
Get apps for a specific namespace.
NOTE: only retrieves the first page and does not do pagination.