insomnia-plugin-logger
v1.0.0
Published
## Install
Downloads
9
Readme
Insomnia - Logger
Install
- Go to
Insomnia/Preferences
and choose the Plugins tab - Enter
insomnia-plugin-logger
and click onInstall Plugin
- That's it, enjoy!
Usage
To see your logs, simply open the DevTools by clicking on View/Toggle Devtools
Queries
You can use jsonpath based queries to log specific sets of data. To do that, create a queries
environment variable (cmd + e).
For example
{
"queries": [
"$.data[*].author",
"$.data[*].title",
]
}