1.0.0 • Published 6 years ago
insomnia-plugin-logger v1.0.0
Insomnia - Logger
Install
- Go to
Insomnia/Preferencesand choose the Plugins tab - Enter
insomnia-plugin-loggerand 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",
]
}1.0.0
6 years ago