An insomnia plugin with utilities for Axis Bank APIs
- Automagically encrypt JSON Request Body
- Automagically decrypt JSON Response Body
- Generate OTP reference ids (for Consent OTP API)
- Clone this repo
- Move it to:
- MacOS:
~/Library/Application\ Support/Insomnia/plugins/
- Linux:
$XDG_CONFIG_HOME/Insomnia/plugins/ or ~/.config/Insomnia/plugins/
- Windows: no
- MacOS:
- Go to
Preferences -> Plugins
and make sureinsomnia-axis
is enabled - In your Insomnia environment, set these variables:
{ "enableRequestEncryption": true, "enableResponseDecryption": true, "axisEncryptionKey": "axis-encryption-key-base64" }
- Requests/responses will now be automatically encrypted/decrypted as per the axis format. A template for OTP reference ids will also be available (it will show up in suggestion dialog,
ctrl+space
). Thank me with a beer.