1
我有一個nodejs項目,實現了許多請求並由apiDoc完善記錄,我想從它創建一個Postman集合!如何將apiDoc轉換爲郵差收集?
> 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創建一個郵差集合嗎?
謝謝:D! 我檢查了這個npm模塊,發現代碼有一些錯誤,但是最終我修復了它們,結果(* .json)很好。 –
@KrauszLórántSzilveszter尼斯,非常歡迎和感謝:D請分享您的編輯? –
https://github.com/fsbahman/apidoc-swagger/issues/34 –