mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
26 lines
279 B
JSON
Executable File
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"
|
|
]
|
|
}
|
|
]
|