Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Support for Getting All DIDs for a Given Method #116

Merged
merged 1 commit into from
Sep 29, 2022

Conversation

decentralgabe
Copy link
Member

No description provided.

// @Success 200 {object} GetDIDsByMethodResponse
// @Failure 400 {string} string "Bad request"
// @Router /v1/dids/{method} [get]
func (dr DIDRouter) GetDIDsByMethod(ctx context.Context, w http.ResponseWriter, _ *http.Request) error {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is good chance, can you run mage spec ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah read this after I merged

Copy link
Contributor

@nitro-neal nitro-neal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome

@decentralgabe decentralgabe merged commit afca797 into main Sep 29, 2022
@decentralgabe decentralgabe deleted the get-all-dids-by-method-ose-126 branch September 29, 2022 17:14
decentralgabe pushed a commit that referenced this pull request Sep 30, 2022
…of-signing-ose-101

* origin/main:
  Update mage spec (#117)
  get dids by method (#116)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants