文件名称:hapi-docs:用于hapi的类似于lout的插件,可生成路由的API文档
文件大小:14KB
文件格式:ZIP
更新时间:2024-05-27 08:58:09
JavaScript
hapi-docs 一个必不可少的插件,可自动记录您的hapi服务器的主要功能 hapi-docs将记录以下内容: 路线 服务器方法 服务器事件 服务器插件 服务器认证方案 安装 npm install hapi-docs 用法 hapi-docs is a standard hapi plugin, the quickest way to use it is to just register it like so: await server . register ( { plugin : require ( 'hapi-docs' ) , options : { docsEndpoint : '/docs' } } ) ; 并将在/ docs处注册一条路由,该路由将以HTML格式返回服务器信息。 另外,这将使用server.docs对象装饰您的服务器,该对象提供
【文件预览】:
hapi-docs-master
----.gitignore(884B)
----README.md(5KB)
----test()
--------table.html(3KB)
--------pluginTable.html(2KB)
--------table2.html(3KB)
--------test.api.js(22KB)
--------tableA.html(3KB)
--------sortedTable.html(3KB)
----LICENSE(1KB)
----.gitattributes(66B)
----package.json(901B)
----index.js(3KB)
----.travis.yml(43B)
----lib()
--------methods.js(950B)
--------routes.js(2KB)
--------html.js(3KB)