Created
January 26, 2021 18:39
Revisions
-
zerefdev created this gist
Jan 26, 2021 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,33 @@ { "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" } }