Skip to content

Instantly share code, notes, and snippets.

@zerefdev
Created January 26, 2021 18:39
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
{
"apidoc boilerplate": {
"scope": "javascript, typescript",
"prefix": "apidoc",
"body": [
"/**",
" * @api {$1} /$2/$3 $4",
" * @apiVersion 1.0.0",
" * @apiName $1-$3",
" * @apiGroup $2",
" * @apiPermission $5",
" *",
" * @apiParam (Body) {String} $0",
" * ",
" * @apiSuccessExample Success:",
" * HTTP/1.1 200 OK",
" * {",
" * \"message\": \"message\",",
" * }",
" * ",
" * @apiErrorExample Error - Validation:",
" * HTTP/1.1 400 Bad Request",
" * ",
" * {",
" * \"error\": \"message\"",
" * }",
" * ",
" * @apiSampleRequest off",
" */"
],
"description": "generates apidoc boilerplate"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment