Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(keychain-vault): add the missing endpoint classes hyperledger-ca…
…cti#676 1. Adds the has/delete endpoints (which were missing completely) 2. Adds the get/set endpoints which were partially already implemented. 3. Moves the express dependency to be a dev dependency since we only use the types (e.g. only needed at compile time, not at runtime) 4. Adds specific test cases to the API client verifying the get/set/has/delete endpoints 5. Renames the getKeychainEntry and setKeychainEntry operationIDs to have a V1 suffix. Fixes hyperledger-cacti#676 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
- Loading branch information