I have a nodejs project with many requests implemented and well documented by apiDoc, and I want to create a Postman collection from it!
> 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.
...
..
*/
It is possible to create from apiDoc a postman collection?