BetterCloud / vault-java-driver

Zero-dependency Java client for HashiCorp's Vault
https://bettercloud.github.io/vault-java-driver/
335 stars 224 forks source link

Changed the list() methods to return a LogicalResult so the status co… #188

Closed bklawans closed 5 years ago

bklawans commented 5 years ago

This PR changes the return type of the Logical list() methods to be a LogicalResult instead of a List of Strings, and adds a new method to the LogicalResponse that can be used to access the list. Tests have been updated to work with the new API