rest-schema-table:REST 服务架构的目录

时间:2021-06-29 19:34:53
【文件属性】:
文件名称:rest-schema-table:REST 服务架构的目录
文件大小:8KB
文件格式:ZIP
更新时间:2021-06-29 19:34:53
JavaScript 休息模式表 REST 服务架构的目录 例子 var RestSchemaTable = require ( "rest-schema-table" ) ; var table = RestSchemaTable ( ) ; table . multiSet ( '/foo/:bar' , { 'GET' : { 'requestSchema' : { ... } , 'responseSchema' : { ... } } } ) ; // { // 'GET /foo/:bar': { // request: { ... }, // response: { ... } // } // } console . log ( 'obj' , table . toJSON ( ) ) ; 动机 SchemaTa
【文件预览】:
rest-schema-table-master
----.jshintrc(690B)
----.jshintignore(10B)
----docs.jsig(523B)
----schema-table.js(1KB)
----.travis.yml(118B)
----LICENSE(1KB)
----test()
--------rest-schema-table.js(6KB)
--------schema-table.js(6KB)
--------index.js(80B)
----README.md(2KB)
----.gitignore(888B)
----index.js(2KB)
----package.json(2KB)

网友评论