test(acl): list published zaaktypen for the beheer catalogus viewer (refs #130)

This commit is contained in:
not
2026-07-24 10:44:05 +02:00
parent d95741385a
commit a62a09bdff
6 changed files with 43 additions and 0 deletions
@@ -170,6 +170,10 @@ public sealed class OpenZaakGateway(HttpClient http, OpenZaakOptions options) :
return new Uri(match.Url);
}
public Task<IReadOnlyList<ZaaktypeSummary>> ListZaaktypenAsync(CancellationToken ct = default) =>
// ponytail: stub for the red test; real Catalogi read lands in the green commit.
throw new NotImplementedException();
// GETs an absolute-by-path ZGW resource with auth (no CRS — catalogi is not a geo API).
private async Task<T> GetAsync<T>(string pathAndQuery, string label, CancellationToken ct)
{