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