我有一个 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 创建邮递员集合吗?