mirror of
https://github.com/Kong/insomnia
synced 2024-11-12 17:26:32 +00:00
26 lines
279 B
JSON
26 lines
279 B
JSON
|
[
|
||
|
{
|
||
|
"run": "node %s",
|
||
|
"target":"node",
|
||
|
"clients": [
|
||
|
"native"
|
||
|
]
|
||
|
},
|
||
|
|
||
|
{
|
||
|
"run": "php %s",
|
||
|
"target": "php",
|
||
|
"clients": [
|
||
|
"curl"
|
||
|
]
|
||
|
},
|
||
|
|
||
|
{
|
||
|
"run": "python3 %s",
|
||
|
"target": "python",
|
||
|
"clients": [
|
||
|
"python3"
|
||
|
]
|
||
|
}
|
||
|
]
|