mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 19:25:16 +00:00
15 lines
339 B
JSON
15 lines
339 B
JSON
|
|
{
|
|
"call": [{
|
|
"title": "Call the helloworld service",
|
|
"description": "Helloworld is a simple example that takes a name and returns a personalised message",
|
|
"run_check": true,
|
|
"request": {
|
|
"name": "John"
|
|
},
|
|
"response": {
|
|
"message": "Hello John"
|
|
}
|
|
}]
|
|
}
|