-
Notifications
You must be signed in to change notification settings - Fork 2
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: Change from did/:did
to did/search/:didUrl
endpoint and support query parameters for DID endpoint in Credential Service [DEV-3097]
#331
Conversation
`/did/search/{didUrl}`.
did/:did
to did/resolve/:didUrl
endpoint and support query parameters for DID endpoint in Credential Service [DEV-3097]did/:did
to did/search/:didUrl
endpoint and support query parameters for DID endpoint in Credential Service [DEV-3097]
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 good, let's fix small issues!
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.
Swagger editor flags errors in the document formatting.
Now swagger is working on swagger.editior ✅ |
Co-authored-by: Tasos Derisiotis <[email protected]>
Co-authored-by: Tasos Derisiotis <[email protected]>
Co-authored-by: Tasos Derisiotis <[email protected]>
IdentityStrategySetup.
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.
Modifications look good.
Approved.
## [2.9.0-develop.1](2.8.0...2.9.0-develop.1) (2023-08-18) ### Features * Change from `did/:did` to `did/search/:didUrl` endpoint and support query parameters for DID endpoint in Credential Service [DEV-3097] ([#331](#331)) ([4e34b76](4e34b76))
🎉 This PR is included in version 2.9.0-develop.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [2.9.0](2.8.0...2.9.0) (2023-08-29) ### Features * Added encrypted StatusList APIs + enhanced type safety ([#350](#350)) ([951e2b4](951e2b4)) * Change from `did/:did` to `did/search/:didUrl` endpoint and support query parameters for DID endpoint in Credential Service [DEV-3097] ([#331](#331)) ([4e34b76](4e34b76)) ### Bug Fixes * Credential Service Staging - Resolve issue with page not loading and broken login [DEV-3162] ([#358](#358)) ([419d2ec](419d2ec)) * Fix problem with agent initialize [DEV-3146] ([#346](#346)) ([45e1074](45e1074)) * Validate did access on operation ([#351](#351)) ([8bbfce1](8bbfce1))
🎉 This PR is included in version 2.9.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
did/:did
todid/search/:did
.did/search/:did
endpoint./resource/search/:did/:resourceId
- for getting the specific resource.