You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement list issuers (#25)
* feat(api): add GET /issuer endpoint for paginated listing of issuer DIDs
Extends the OpenAPI spec with a new GET /issuer endpoint that returns
a paginated list of all trusted issuer DIDs. Adds PageSize and Page
query parameters and a TrustedIssuersListResponse schema.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat(api): implement GET /issuer endpoint for paginated listing of DIDs
Adds the getIssuers method to TrustedIssuersListController that returns
a paginated, sorted list of all trusted issuer DIDs. Includes tests for
default pagination, custom page size, second page, empty results, and
invalid page size rejection.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: claude <claude@gitea.com>