@energostalin/insomnia-plugin-response-js
v1.0.2
Published
Insomnia response template tag with JS eval
Downloads
3
Readme
Insomnia Response-Eval Template Tag
You can think of this as a combination of insomnia-plugin-response
and insomnia-plugin-js-eval
but better.
Installation
Install the insomnia-plugin-response-eval
plugin from Preferences > Plugins.
Usage
Note code executed in async context so you can use
await
if you want
You can access:
- responce - response on request
- body - decoded body
- etc... script executed in plugin function environment so you can use this as well