mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
add helloworld example json
This commit is contained in:
13
helloworld/examples.json
Normal file
13
helloworld/examples.json
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
{
|
||||
"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": {
|
||||
"msg": "Hello John"
|
||||
}
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user