Files
interfake/examples-command-line/simple-get.json
2014-04-10 22:47:35 +02:00

22 lines
289 B
JSON

[
{
"request": {
"url": "/whattimeisit",
"method": "get"
},
"response": {
"code": 200,
"body": {
"theTime": "Adventure Time!",
"starring": [
"Finn",
"Jake"
],
"location": "ooo"
},
"headers": {
"X-Powered-By": "Interfake"
}
}
}
]