This commit is contained in:
Dominic Wong
2021-09-20 11:15:52 +01:00
committed by GitHub
parent 0ab4b37981
commit 4319f7bf4c
14 changed files with 514 additions and 0 deletions

13
qr/examples.json Normal file
View File

@@ -0,0 +1,13 @@
{
"generate": [{
"title": "Generate a QR code",
"run_check": false,
"request": {
"text": "https://m3o.com/qr",
"size": 300
},
"response": {
"qr": "http://cdn.m3ocontent.com/micro/qr/micro/dom/9bb3ca11-3641-4f59-967f-6a81158350d9.png"
}
}]
}