mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
Everything service has examples now, fixes for client generator (#203)
This commit is contained in:
14
sms/examples.json
Normal file
14
sms/examples.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"send": [{
|
||||
"title": "Send SMS",
|
||||
"run_check": false,
|
||||
"request": {
|
||||
"from": "Alice",
|
||||
"message": "Hi there!",
|
||||
"to": "+447681129"
|
||||
},
|
||||
"response": {
|
||||
"status": "ok"
|
||||
}
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user