feat: dashboard ui
Description
Covered functional
-
Create api client for ocm-engine rest mode -
Create api client for tsa -
createInvitation -
acceptInvitation -
fetchConnections -
getConnectionById -
deleteConnectionById -
fetchSchemas -
getSchemaById -
createSchema -
fetchCredentialDefinitions -
getCredentialDefinitionsById -
createCredentialDefinition -
offerCredential to connection -
offerCredential connectionless -
acceptCredential out of band (by url) -
acceptCredential by credentialId -
declineCredential -
fetchCredentials -
getCredentialById -
requestProof from connection -
requestProof from connectionless -
deleteCredentialById -
fetchProofs -
getProofById -
acceptProof out of band (by url) -
acceptProof by proofId -
declineProofRequest -
deleteProofById -
queryBasicMessages -
sendMessage -
deleteMessageById -
did resolver
Related issues
Testing
[Describe any testing you've done on this code. What tests have you run, and what were the results?]
Checklist
-
I have updated the documentation (if necessary) -
I have added unit tests for new functionality (if applicable) -
My code follows the style guidelines of this project -
I have tested this code on my local machine before submitting this MR
Reviewers
Edited by Alexey Lunin