文件名称:java写webapi源码-andrewdaluz.github.io:andrewdaluz.github.io
文件大小:456KB
文件格式:ZIP
更新时间:2024-07-08 13:54:48
系统开源
java写webapi源码文档 生成 RESTful Web API 文档。 上一版本访问的变化 apiDoc 根据源代码中的 API 描述创建文档。 位于或作为 的文档。 输出。 安装 npm install apidoc -g 变更日志 例子 /** * @api { get } /user/:id Request User information * @apiName GetUser * @apiGroup User * * @apiParam {Number} id Users unique ID. * * @apiSuccess {String} firstname Firstname of the User. * @apiSuccess {String} lastname Lastname of the User. */ apidoc -i example/ -o doc/ 从路径doc/中的example/文档中的输入文件创建。 更多示例和最佳实践提示: 支持的编程语言 C#、Go、Dart、Java、JavaScript、PHP、Scala (所有支持 DocStyle