0.3.6 • Published 7 years ago

autogenapi v0.3.6

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
7 years ago

#Install

npm install autogenapi

#Usage

Write API describe like below in somewhere of file.

  /**
   *  @path /register
   *  @method post
   *  @desc some describe of this endpoint
   *  @title some title
   * 
   *  @param {String} name 
   *  @param {number} _id 
   *  @param {object} userInfo
   * 
   *  @return {number} resultCode
   *  @return {string} resultString
   *  
   *  
   */

then

gendoc <some file with api comment>
0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.1

7 years ago

0.3.2

7 years ago