Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: query aggregate instances by id #130

Merged
merged 77 commits into from
Nov 26, 2024
Merged

Conversation

nanderstabel
Copy link
Collaborator

@nanderstabel nanderstabel commented Oct 4, 2024

Description of change

Adds the endpoints mentioned in #129

Links to any relevant issues

fixes issue #129

How the change has been tested

Tested through the updated Postman collection:

  • Issuance/Offer by ID
  • Issuance/Credential by ID
  • Verification/Authorization Request by ID
  • Holder/Received Offer by ID
  • Holder/Holder Credential by ID
  • Holder/Presentation by ID
  • Identity/Service by ID

Definition of Done checklist

Add an x to the boxes that are relevant to your changes.

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have successfully tested this change in a docker environment

@nanderstabel nanderstabel force-pushed the nanderstabel/issue129 branch from 7ee93b4 to 98d7709 Compare October 8, 2024 12:37
@nanderstabel nanderstabel added the Blocked Something blocks the integration of this code. label Oct 9, 2024
Base automatically changed from feat/linked-vp to beta November 25, 2024 15:18
@nanderstabel nanderstabel dismissed daniel-mader’s stale review November 25, 2024 15:18

The base branch was changed.

@nanderstabel nanderstabel removed the Blocked Something blocks the integration of this code. label Nov 26, 2024
@nanderstabel nanderstabel merged commit 7b03c43 into beta Nov 26, 2024
2 checks passed
@nanderstabel nanderstabel deleted the nanderstabel/issue129 branch November 26, 2024 10:13
Copy link

🎉 This PR is included in version 1.0.0-beta.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide API endpoints for individual aggregate instances
2 participants