add space aapi

This commit is contained in:
Asim Aslam
2021-11-26 12:34:31 +00:00
parent 4d73e04a43
commit fc8786baa4
13 changed files with 463 additions and 0 deletions

14
space/examples.json Normal file
View File

@@ -0,0 +1,14 @@
{
"vote": [
{
"title": "Vote for the API",
"run_check": false,
"request": {
"message": "Launch it!"
},
"response": {
"message": "Thanks for the vote!"
}
}
]
}