mirror of
https://github.com/zhigang1992/interfake.git
synced 2026-06-10 15:39:50 +08:00
22 lines
289 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
] |