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

unify issuer and verifier endpoints #226

Closed
1 of 4 tasks
TimoGlastra opened this issue May 2, 2022 · 1 comment
Closed
1 of 4 tasks

unify issuer and verifier endpoints #226

TimoGlastra opened this issue May 2, 2022 · 1 comment

Comments

@TimoGlastra
Copy link
Collaborator

TimoGlastra commented May 2, 2022

issuer uses POST /generic/issuer/credentials for send offer and /generic/issuer/credentials/{credential_id}/request for send request

verifier uses POST /generic/verifier/send-request and /generic/verifier/accept-request with the proof id in the body.

will address after #192

Checklist:

  • make sure all ids are in the same place for the different routes (body vs path)
  • make sure all actions are structured the same way (send-request vs request)
  • make sure the paths are the same /generic/issuer/credentials/ vs generic/proofs/send-request
  • Look at other inconsistencies. Basically you must be able to guess how the api looks by looking at the other api.
@ff137
Copy link
Collaborator

ff137 commented Jan 16, 2024

#623

@ff137 ff137 closed this as completed Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants