Created
March 27, 2018 11:59
-
-
Save MrJacz/d5219d08b01f89b9e38c74c251a70dac to your computer and use it in GitHub Desktop.
Idiotic api data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"type": "get", | |
"url": "/effects/brightness", | |
"title": "Brightness", | |
"version": "1.0.0", | |
"name": "Brightness", | |
"group": "Effects", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 2048px x 2048px</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "Number", | |
"optional": false, | |
"field": "brightness", | |
"description": "<p>The brightness to apply in a range of 0 to 255</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/effects/brightness" | |
} | |
], | |
"filename": "routes/effects/brightness.js", | |
"groupTitle": "Effects" | |
}, | |
{ | |
"type": "get", | |
"url": "/effects/darkness", | |
"title": "Darkness", | |
"version": "1.0.0", | |
"name": "Darkness", | |
"group": "Effects", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 2048px x 2048px</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "Number", | |
"optional": false, | |
"field": "darkness", | |
"description": "<p>The darkness to apply in a range of 0 to 255</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/effects/darkness" | |
} | |
], | |
"filename": "routes/effects/darkness.js", | |
"groupTitle": "Effects" | |
}, | |
{ | |
"type": "get", | |
"url": "/effects/greyscale", | |
"title": "Greyscale", | |
"version": "1.0.0", | |
"name": "Greyscale", | |
"group": "Effects", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"data\": {\n \"type\": \"Buffer\",\n \"data\": [...]\n }\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 2048px x 2048px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/effects/greyscale" | |
} | |
], | |
"filename": "routes/effects/greyscale.js", | |
"groupTitle": "Effects" | |
}, | |
{ | |
"type": "get", | |
"url": "/effects/invert", | |
"title": "Invert", | |
"version": "1.0.0", | |
"name": "Invert", | |
"group": "Effects", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"data\": {\n \"type\": \"Buffer\",\n \"data\": [...]\n }\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 2048px x 2048px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/effects/invert" | |
} | |
], | |
"filename": "routes/effects/invert.js", | |
"groupTitle": "Effects" | |
}, | |
{ | |
"type": "get", | |
"url": "/effects/invertGreyscale", | |
"title": "InvertGreyscale", | |
"version": "1.0.0", | |
"name": "InvertGreyscale", | |
"group": "Effects", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"data\": {\n \"type\": \"Buffer\",\n \"data\": [...]\n }\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 2048px x 2048px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/effects/invertGreyscale" | |
} | |
], | |
"filename": "routes/effects/invertGreyscale.js", | |
"groupTitle": "Effects" | |
}, | |
{ | |
"type": "get", | |
"url": "/effects/invertThreshold", | |
"title": "InvertThreshold", | |
"version": "1.0.0", | |
"name": "InvertThreshold", | |
"group": "Effects", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 2048px x 2048px</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "Number", | |
"optional": false, | |
"field": "threshold", | |
"description": "<p>The threshold to apply in a range of 0 to 255</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/effects/invertThreshold" | |
} | |
], | |
"filename": "routes/effects/invertThreshold.js", | |
"groupTitle": "Effects" | |
}, | |
{ | |
"type": "get", | |
"url": "/effects/sepia", | |
"title": "Sepia", | |
"version": "1.0.0", | |
"name": "Sepia", | |
"group": "Effects", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 2048px x 2048px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/effects/sepia" | |
} | |
], | |
"filename": "routes/effects/sepia.js", | |
"groupTitle": "Effects" | |
}, | |
{ | |
"type": "get", | |
"url": "/effects/silhouette", | |
"title": "Silhouette", | |
"version": "1.0.0", | |
"name": "Silhouette", | |
"group": "Effects", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 2048px x 2048px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/effects/silhouette" | |
} | |
], | |
"filename": "routes/effects/silhouette.js", | |
"groupTitle": "Effects" | |
}, | |
{ | |
"type": "get", | |
"url": "/effects/threshold", | |
"title": "Threshold", | |
"version": "1.0.0", | |
"name": "Threshold", | |
"group": "Effects", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 2048px x 2048px</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "Number", | |
"optional": false, | |
"field": "threshold", | |
"description": "<p>The threshold to apply in a range of 0 to 255</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/effects/threshold" | |
} | |
], | |
"filename": "routes/effects/threshold.js", | |
"groupTitle": "Effects" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/achievement", | |
"title": "Achievement", | |
"version": "1.0.0", | |
"name": "Achievement", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 32px x 32px</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "text", | |
"description": "<p>No more than 22 characters</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/achievement" | |
} | |
], | |
"filename": "routes/generators/achievement.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/batslap", | |
"title": "Bat Slap", | |
"version": "1.0.0", | |
"name": "Batslap", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "slapper", | |
"description": "<p>A URL to an image, recommended dimensions 128px x 128px</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "slapped", | |
"description": "<p>A URL to an image, recommended dimensions 256px x 256px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/batslap" | |
} | |
], | |
"filename": "routes/generators/batslap.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/beautiful", | |
"title": "Beautiful", | |
"version": "1.0.0", | |
"name": "Beautiful", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 256px x 256px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/beautiful" | |
} | |
], | |
"filename": "routes/generators/beautiful.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/blame", | |
"title": "Blame", | |
"version": "1.0.0", | |
"name": "Blame", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "name", | |
"description": "<p>This text cannot be longer than 1,100 characters.</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/blame" | |
} | |
], | |
"filename": "routes/generators/blame.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/bobross", | |
"title": "Bobross", | |
"version": "1.0.0", | |
"name": "Bobross", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 512px x 512px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/bobross" | |
} | |
], | |
"filename": "routes/generators/bobross.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/challenger", | |
"title": "Challenger", | |
"version": "1.0.0", | |
"name": "Challenger", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 256px x 256px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/challenger" | |
} | |
], | |
"filename": "routes/generators/challenger.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/confused", | |
"title": "Confused", | |
"version": "1.0.0", | |
"name": "Confused", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 128px x 128px</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "photo", | |
"description": "<p>A URL to an image, recommended dimensions 128px x 128px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/confused" | |
} | |
], | |
"filename": "routes/generators/confused.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/crush", | |
"title": "Crush", | |
"version": "1.0.0", | |
"name": "Crush", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "crusher", | |
"description": "<p>avatar A URL to an image, recommended dimensions 128px x 128px</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "crush", | |
"description": "<p>avatar A URL to an image, recommended dimensions 512px x 512px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/crush" | |
} | |
], | |
"filename": "routes/generators/crush.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/facepalm", | |
"title": "Facepalm", | |
"version": "1.0.0", | |
"name": "Facepalm", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 256px x 256px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/facepalm" | |
} | |
], | |
"filename": "routes/generators/facepalm.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/garbage", | |
"title": "Garbage", | |
"version": "1.0.0", | |
"name": "Garbage", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 256px x 256px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/garbage" | |
} | |
], | |
"filename": "routes/generators/garbage.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/heavyfear", | |
"title": "Heavy Fear", | |
"version": "1.0.0", | |
"name": "Heavy_Fear", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"data\": {\n \"type\": \"Buffer\",\n \"data\": [...]\n }\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 256px x 256px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/heavyfear" | |
} | |
], | |
"filename": "routes/generators/heavyfear.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/karen", | |
"title": "Karen", | |
"version": "1.0.0", | |
"name": "Karen", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 512px x 512px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/karen" | |
} | |
], | |
"filename": "routes/generators/karen.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/missing", | |
"title": "Missing", | |
"version": "1.0.0", | |
"name": "Missing", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 512px x 512px</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "text", | |
"description": "<p>The name of the subject in the image, no longer than 27 characters</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/missing" | |
} | |
], | |
"filename": "routes/generators/missing.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/painting", | |
"title": "Painting", | |
"version": "1.0.0", | |
"name": "Painting", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"data\": {\n \"type\": \"Buffer\",\n \"data\": [...]\n }\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 256px x 256px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/painting" | |
} | |
], | |
"filename": "routes/generators/painting.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/pls", | |
"title": "Pls", | |
"version": "1.0.0", | |
"name": "Pls", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "name", | |
"description": "<p>This text cannot be longer than 1,100 characters.</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/pls" | |
} | |
], | |
"filename": "routes/generators/pls.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/respect", | |
"title": "Respect", | |
"version": "1.0.0", | |
"name": "Respect", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 128px x 128px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/respect" | |
} | |
], | |
"filename": "routes/generators/respect.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/fanslap", | |
"title": "Fan Slap", | |
"version": "1.0.0", | |
"name": "Slap", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "slapper", | |
"description": "<p>avatar A URL to an image, recommended dimensions 64px x 64px</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "slapped", | |
"description": "<p>avatar A URL to an image, recommended dimensions 64px x 64px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/slap" | |
} | |
], | |
"filename": "routes/generators/fanslap.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/snapchat", | |
"title": "Snapchat", | |
"version": "1.0.0", | |
"name": "Snapchat", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "text", | |
"description": "<p>The text you want to display on the image, no more than 32 characters.</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/snapchat" | |
} | |
], | |
"filename": "routes/generators/snapchat.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/steam", | |
"title": "Steam", | |
"version": "1.0.0", | |
"name": "Steam", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 512px x 512px</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "text", | |
"description": "<p>The URI encoded name of the subject in the image</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/steam" | |
} | |
], | |
"filename": "routes/generators/steam.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/stepped", | |
"title": "Stepped", | |
"version": "1.0.0", | |
"name": "Stepped", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 128px x 128px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/stepped" | |
} | |
], | |
"filename": "routes/generators/stepped.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/suggestion", | |
"title": "Suggestion Box", | |
"version": "1.0.0", | |
"name": "Suggestion_Box", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 256px x 256px</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "suggestion", | |
"description": "<p>No more than 22 characters</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/suggestion" | |
} | |
], | |
"filename": "routes/generators/suggestion.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/superspank", | |
"title": "Super Spank", | |
"version": "1.0.0", | |
"name": "Superpunch", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "spanker", | |
"description": "<p>A URL to an image, recommended dimensions 128px x 128px</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "spanked", | |
"description": "<p>A URL to an image, recommended dimensions 128px x 128px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/superspank" | |
} | |
], | |
"filename": "routes/generators/superspank.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/superpunch", | |
"title": "Super Punch", | |
"version": "1.0.0", | |
"name": "Superpunch", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "puncher", | |
"description": "<p>A URL to an image, recommended dimensions 128px x 128px</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "punched", | |
"description": "<p>A URL to an image, recommended dimensions 128px x 128px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/superpunch" | |
} | |
], | |
"filename": "routes/generators/superpunch.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/tattoo", | |
"title": "Tattoo", | |
"version": "1.0.0", | |
"name": "Tattoo", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 512px x 512px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/tattoo" | |
} | |
], | |
"filename": "routes/generators/tattoo.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/thesearch", | |
"title": "The Search", | |
"version": "1.0.0", | |
"name": "Thesearch", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 128px x 128px</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "text", | |
"description": "<p>Text for the comic, no more than 22 characters in length</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/thesearch" | |
} | |
], | |
"filename": "routes/generators/thesearch.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/tinder", | |
"title": "Tinder", | |
"version": "1.0.0", | |
"name": "Tinder", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 256px x 256px</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "match", | |
"description": "<p>A URL to an image, recommended dimensions 256px x 256px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/tinder" | |
} | |
], | |
"filename": "routes/generators/tinder.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/triggered", | |
"title": "Triggered", | |
"version": "1.0.0", | |
"name": "Triggered", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 512px x 512px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/triggered" | |
} | |
], | |
"filename": "routes/generators/triggered.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/vault", | |
"title": "Vault", | |
"version": "1.0.0", | |
"name": "Vault", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 128px x 128px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/vault" | |
} | |
], | |
"filename": "routes/generators/vault.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/waifuinsult", | |
"title": "Waifu Insult", | |
"version": "1.0.0", | |
"name": "WaifuInsult", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 256px x 256px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/waifuinsult" | |
} | |
], | |
"filename": "routes/generators/waifuinsult.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/wanted", | |
"title": "Wanted", | |
"version": "1.0.0", | |
"name": "Wanted", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 512px x 512px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/wanted" | |
} | |
], | |
"filename": "routes/generators/wanted.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/generators/wreckit", | |
"title": "Wreck It", | |
"version": "1.0.0", | |
"name": "Wreck_It", | |
"group": "Generators", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"data\": {\n \"type\": \"Buffer\",\n \"data\": [...]\n }\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 512px x 512px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/generators/wreckit" | |
} | |
], | |
"filename": "routes/generators/wreckit.js", | |
"groupTitle": "Generators" | |
}, | |
{ | |
"type": "get", | |
"url": "/greetings/anime_goodbye", | |
"title": "Anime Goodbye", | |
"version": "1.0.0", | |
"name": "Anime_Goodbye", | |
"group": "Greetings", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "Boolean", | |
"optional": false, | |
"field": "bot", | |
"description": "<p><code>true</code> or <code>false</code> if the account is a bot.</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 128px x 128px</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "usertag", | |
"description": "<p>URI encoded username, and discriminator</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/greetings/anime_goodbye" | |
} | |
], | |
"filename": "routes/greetings/anime_goodbye.js", | |
"groupTitle": "Greetings" | |
}, | |
{ | |
"type": "get", | |
"url": "/greetings/anime_welcome", | |
"title": "Anime Welcome", | |
"version": "1.0.0", | |
"name": "Anime_Welcome", | |
"group": "Greetings", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "Boolean", | |
"optional": false, | |
"field": "bot", | |
"description": "<p><code>true</code> or <code>false</code> if the account is a bot.</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 128px x 128px</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "usertag", | |
"description": "<p>URI encoded username, and discriminator</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/greetings/anime_welcome" | |
} | |
], | |
"filename": "routes/greetings/anime_welcome.js", | |
"groupTitle": "Greetings" | |
}, | |
{ | |
"type": "get", | |
"url": "/greetings/gearz_goodbye", | |
"title": "Gearz Goodbye", | |
"version": "1.0.0", | |
"name": "Gearz_Goodbye", | |
"group": "Greetings", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "Boolean", | |
"optional": false, | |
"field": "bot", | |
"description": "<p><code>true</code> or <code>false</code> if the account is a bot.</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 256px x 256px</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "usertag", | |
"description": "<p>URI encoded username, and discriminator</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/greetings/gearz_goodbye" | |
} | |
], | |
"filename": "routes/greetings/gearz_goodbye.js", | |
"groupTitle": "Greetings" | |
}, | |
{ | |
"type": "get", | |
"url": "/greetings/gearz_welcome", | |
"title": "Gearz Welcome", | |
"version": "1.0.0", | |
"name": "Gearz_Welcome", | |
"group": "Greetings", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "Boolean", | |
"optional": false, | |
"field": "bot", | |
"description": "<p><code>true</code> or <code>false</code> if the account is a bot.</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 256px x 256px</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "usertag", | |
"description": "<p>URI encoded username, and discriminator</p>" | |
}, | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "guild", | |
"description": "<p>URI encoded guild name, and member count separated by <code>#</code></p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/greetings/gearz_welcome" | |
} | |
], | |
"filename": "routes/greetings/gearz_welcome.js", | |
"groupTitle": "Greetings" | |
}, | |
{ | |
"type": "get", | |
"url": "/overlays/approved", | |
"title": "Approved", | |
"version": "1.0.0", | |
"name": "Approved", | |
"group": "Overlays", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 512px x 512px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/overlays/approved" | |
} | |
], | |
"filename": "routes/overlays/approved.js", | |
"groupTitle": "Overlays" | |
}, | |
{ | |
"type": "get", | |
"url": "/overlays/rainbow", | |
"title": "Rainbow", | |
"version": "1.0.0", | |
"name": "Rainbow", | |
"group": "Overlays", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 2048px x 2048px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/overlays/rainbow" | |
} | |
], | |
"filename": "routes/overlays/rainbow.js", | |
"groupTitle": "Overlays" | |
}, | |
{ | |
"type": "get", | |
"url": "/overlays/rejected", | |
"title": "Rejected", | |
"version": "1.0.0", | |
"name": "Rejected", | |
"group": "Overlays", | |
"header": { | |
"fields": { | |
"Header": [ | |
{ | |
"group": "Header", | |
"optional": false, | |
"field": "Authorization", | |
"description": "<p>Idiotic-API Key</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Header-Example:", | |
"content": "{\n \"Authorization\": \"GndxRHWDaHCVsbrBwGAF\"\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"success": { | |
"fields": { | |
"Success 200": [ | |
{ | |
"group": "Success 200", | |
"type": "Object", | |
"optional": false, | |
"field": "data", | |
"description": "<p>The response from the API.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "String", | |
"optional": false, | |
"field": "data.type", | |
"description": "<p>The type of data in the response.</p>" | |
}, | |
{ | |
"group": "Success 200", | |
"type": "Array", | |
"optional": false, | |
"field": "data.data", | |
"description": "<p>The Buffer Array, this is your image.</p>" | |
} | |
] | |
}, | |
"examples": [ | |
{ | |
"title": "Success-Response:", | |
"content": "HTTP/1.1 200 OK\n{\n \"type\": \"Buffer\",\n \"data\": [...]\n}", | |
"type": "json" | |
} | |
] | |
}, | |
"parameter": { | |
"fields": { | |
"Parameter": [ | |
{ | |
"group": "Parameter", | |
"type": "String", | |
"optional": false, | |
"field": "avatar", | |
"description": "<p>A URL to an image, recommended dimensions 512px x 512px</p>" | |
} | |
] | |
} | |
}, | |
"sampleRequest": [ | |
{ | |
"url": "/overlays/rejected" | |
} | |
], | |
"filename": "routes/overlays/rejected.js", | |
"groupTitle": "Overlays" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment