-
Notifications
You must be signed in to change notification settings - Fork 1
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: add createResource endpoint [DEV-4605][DEV-4636] #366
Conversation
sownak
commented
Dec 9, 2024
- add PUT /createResource endpoint
- add GET /traits endpoint
- add GET /methods endpoint
- add GET /properties endpoint
- deprecate PUT /create-resource endpoint
Signed-off-by: Sownak Roy <[email protected]>
Task linked: DEV-4636 Add helper functions for did-registrar |
Great work!! |
* feat: Add updateResource endpoint and tests * Updated with review comments Signed-off-by: Sownak Roy <[email protected]>
Signed-off-by: Sownak Roy <[email protected]>
Signed-off-by: Sownak Roy <[email protected]>
Signed-off-by: Sownak Roy <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
Approved.
🎉 This PR is included in version 2.3.0-develop.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [2.3.0](2.2.0...2.3.0) (2025-01-21) ### Features * add createResource endpoint [DEV-4605][DEV-4636] ([#366](#366)) ([25b5f59](25b5f59)), closes [#367](#367) ### Bug Fixes * Make did and relativeDidUrl optional ([#372](#372)) ([75ee35b](75ee35b)) * Store did in cache for resources ([#373](#373)) ([d601b62](d601b62))
🎉 This PR is included in version 2.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |