@4geit/swg-check-availability-helper 中文文档教程
@4geit/swg-check-availability-helper
如果 x-disabled 属性为真,则包装函数禁用 swagger 端点
Installation
- A recommended way to install @4geit/swg-check-availability-helper is through npm package manager using the following command:
npm i @4geit/swg-check-availability-helper --save
或者使用 yarn
使用以下命令:
yarn add @4geit/swg-check-availability-helper
- All you have to do is to import the
@4geit/swg-check-availability-helper
package in your controller or mock file as below:
// ...
const swgCheckAvailabilityHelper = require('@4geit/swg-check-availability-helper');
// ...
并将其与您的端点控制器之一一起使用,如下所示:
// ...
module.exports = {
// ...
getItems: swgCheckAvailabilityHelper(
(req, res) => {
// ...
}
),
// ...
};
@4geit/swg-check-availability-helper
wrapper function to disable a swagger endpoint if x-disabled property is true
Installation
- A recommended way to install @4geit/swg-check-availability-helper is through npm package manager using the following command:
npm i @4geit/swg-check-availability-helper --save
Or use yarn
using the following command:
yarn add @4geit/swg-check-availability-helper
- All you have to do is to import the
@4geit/swg-check-availability-helper
package in your controller or mock file as below:
// ...
const swgCheckAvailabilityHelper = require('@4geit/swg-check-availability-helper');
// ...
And use it with one of your endpoint controller as below:
// ...
module.exports = {
// ...
getItems: swgCheckAvailabilityHelper(
(req, res) => {
// ...
}
),
// ...
};
更多
你可能也喜欢
- 2ch-parser 中文文档教程
- 2d-collisions 中文文档教程
- @0x6b/textlint-rule-normalize-whitespaces 中文文档教程
- @0xsequence/relayer 中文文档教程
- @1hive/connect-app-dandelion-voting 中文文档教程
- @1natsu/wait-element 中文文档教程
- @4ddavydov/infobox 中文文档教程
- @540deg/react-native-simple-markdown 中文文档教程
- @555platform/555parser.ts 中文文档教程
- @a417420427/use-drag-file 中文文档教程