chiefy / vaulted

nodejs based wrapper for HashiCorp's Vault HTTP API
https://chiefy.github.io/vaulted
MIT License
47 stars 6 forks source link

chore(project): Refactor hooks plumbing #59

Closed kenjones-cisco closed 8 years ago

kenjones-cisco commented 8 years ago

Creates generic hooks module to remove the management of the hooks from the Endpoint, and allow Endpoint to simply define the actual required hooks and then delegate back to hooks for execution.