文件名称:hapi-microformats:微格式节点项目的 HAPI 包装
文件大小:19KB
文件格式:ZIP
更新时间:2024-06-23 08:13:32
JavaScript
用于解析微格式的 API。 这是项目的包装。 错误 错误格式可以有 4 个属性的任意组合; 代码、错误、消息和验证。 如果输入值的格式不正确,则会添加第四个属性验证。 { "statusCode": 400, "error": "Bad Request", "message": "the value of html must be a string", "validation": { "source": "path", "keys": [ "html" ] } }
【文件预览】:
hapi-microformats-master
----.gitignore(105B)
----license.txt(1KB)
----README.md(581B)
----bin()
--------hapi-microformats.js(2KB)
----test()
--------maths-test.js(3KB)
--------sums-test.js(1KB)
----public()
--------css()
--------javascript()
----Gruntfile.js(657B)
----package.json(935B)
----index.js(47B)
----config.js(722B)
----templates()
--------withPartials()
--------helpers()
--------swagger.html(3KB)
----Makefile(90B)
----lib()
--------utilities.js(4KB)
--------interface.js(363B)
--------routes.js(2KB)
--------handlers.js(2KB)