The change from postman to axios alters public contract and breaks existing users #278
This is a breaking api change
// previously valid
const vault = require('node-vault')({
requestOptions: {
ca:"Custom ca cert goes here"
}})
new code breaks this on a minor revision.
The above code does nothing in the current version.
Originally posted by @3repeating in #278