gpt4 book ai didi

postman - 如何将 apiDoc 转换为 postman 集合?

转载 作者:行者123 更新时间:2023-12-03 16:41:13 24 4
gpt4 key购买 nike

我有一个 nodejs 项目,其中包含许多请求并由 apiDoc 详细记录,我想从中创建一个 Postman 集合!

> example:

/**
* @api {GET} config/updates Updates - Get the latest event updates
* @apiGroup Config service
* @apiDescription This api endpoint provides the latest updates that need to be fetched by the client. It provides
* an array of events, based on either the latestupdate (timestamp) param, or a configured interval (currently default to 1 minute.
...
..
*/

可以从 apiDoc 创建 postman 集合吗?

最佳答案

您可以将 apiDoc 导出到 Swagger,然后将其导入 Postman。

1.导出到 Swagger

  • 安装此 npm-package
  • npm 安装 apidoc-swagger -g
  • apidoc-swagger -i example/-o doc/(example 是输入,doc 是输出)

  • 2. postman 导入

    Postman 支持 swagger 文件,因此您可以毫无问题地导入它,您可以阅读它 here阅读“导入招摇”部分。

    npm 包可能无法工作,因为它看起来已经过时了。

    关于postman - 如何将 apiDoc 转换为 postman 集合?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46825775/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com