insomnia/packages/insomnia-httpsnippet/test/fixtures/cli.json
2018-03-26 13:50:43 -07:00

26 lines
279 B
JSON
Executable File

[
{
"run": "node %s",
"target":"node",
"clients": [
"native"
]
},
{
"run": "php %s",
"target": "php",
"clients": [
"curl"
]
},
{
"run": "python3 %s",
"target": "python",
"clients": [
"python3"
]
}
]