regard
Version:
Sugar-interface to access multiple data sources.
38 lines (37 loc) • 685 B
JSON
{
"port": 3001,
"routes": [
{
"path": "/request",
"type": "GET",
"response": {
"method": "GET",
"url": "http://localhost:3001/request"
}
},
{
"path": "/request",
"type": "POST",
"response": {
"method": "POST",
"url": "http://localhost:3001/request"
}
},
{
"path": "/request",
"type": "PUT",
"response": {
"method": "PUT",
"url": "http://localhost:3001/request"
}
},
{
"path": "/request",
"type": "DELETE",
"response": {
"method": "DELETE",
"url": "http://localhost:3001/request"
}
}
]
}