This commit is contained in:
Asim Aslam
2022-02-20 21:39:59 +00:00
parent 731f811a47
commit 0a06c3de0c
13 changed files with 1004 additions and 0 deletions

42
meme/examples.json Normal file
View File

@@ -0,0 +1,42 @@
{
"templates": [{
"title": "Meme templates",
"description": "List of meme templates",
"run_check": false,
"request": {},
"response": {
"templates": [
{
"id": "181913649",
"name": "Drake Hotline Bling",
"url": "https://i.imgflip.com/30b1gx.jpg",
"width": 1200,
"height": 1200,
"box_count": 2
},
{
"id": "87743020",
"name": "Two Buttons",
"url": "https://i.imgflip.com/1g8my4.jpg",
"width": 600,
"height": 908,
"box_count": 3
}
]
}
}],
"generate": [{
"title": "Generate a meme",
"description": "Generate a meme from a template",
"run_check": false,
"request": {
"id": "444501",
"top_text": "WTF",
"bottom_text": "Huh?"
},
"response": {
"url": "https://i.imgflip.com/65ymjs.jpg"
}
}]
}