@4geit/swg-timeslots-path 中文文档教程
@4geit/swg-timeslots-path
timeslots endpoint specification
Installation
- A recommended way to install @4geit/swg-timeslots-path is through npm package manager using the following command:
npm i @4geit/swg-timeslots-path --save
或者使用 yarn
使用以下命令:
yarn add @4geit/swg-timeslots-path
- In your swagger file, you need to add a reference to the
SwgTimeslotsPath
definition under thepaths
property (e.g./api/swagger/swagger.yaml
) as below:
swagger: "2.0"
# ...
paths:
/timeslots:
$ref: ../../node_modules/@4geit/swg-timeslots-path/swagger.yaml#/definitions/SwgTimeslotsPath
# ...
并且您还需要将路径添加到 swg-timeslots-pathcontrollers
文件夹code> package 这样 swagger-node 就会找到相关的控制器来使用。 编辑文件 /config/default.yaml
并向属性 mockControllersDirs
和 controllersDirs
添加两个新路径,如下所示:
swagger:
# ...
bagpipes:
_router:
# ...
mockControllersDirs:
# ...
- node_modules/@4geit/swg-timeslots-path/mocks
# ...
controllersDirs:
# ...
- node_modules/@4geit/swg-timeslots-path/controllers
# ...
@4geit/swg-timeslots-path
timeslots endpoint specification
Installation
- A recommended way to install @4geit/swg-timeslots-path is through npm package manager using the following command:
npm i @4geit/swg-timeslots-path --save
Or use yarn
using the following command:
yarn add @4geit/swg-timeslots-path
- In your swagger file, you need to add a reference to the
SwgTimeslotsPath
definition under thepaths
property (e.g./api/swagger/swagger.yaml
) as below:
swagger: "2.0"
# ...
paths:
/timeslots:
$ref: ../../node_modules/@4geit/swg-timeslots-path/swagger.yaml#/definitions/SwgTimeslotsPath
# ...
And you will also need to add the path to the controllers
folder of the swg-timeslots-path
package so that swagger-node will find the relevant controller to use. Edit the file /config/default.yaml
and add two new paths to the properties mockControllersDirs
and controllersDirs
as illustrated below:
swagger:
# ...
bagpipes:
_router:
# ...
mockControllersDirs:
# ...
- node_modules/@4geit/swg-timeslots-path/mocks
# ...
controllersDirs:
# ...
- node_modules/@4geit/swg-timeslots-path/controllers
# ...
更多
你可能也喜欢
- @0bsnetwork/zbs-repl 中文文档教程
- @121watts/cypress-nextjs-auth0 中文文档教程
- @128keaton/ts-serializer 中文文档教程
- @13ram/gitcms 中文文档教程
- @16bits/nes.css 中文文档教程
- @1amageek/open-graph-protocol 中文文档教程
- @4alltecnologia/http-errors 中文文档教程
- @52cik/tinypng-cli 中文文档教程
- @aatif-packages/components 中文文档教程
- @ab-inbev-z-tech/fintech-checkout 中文文档教程