jsdoc-http-plugin
jsdoc-http-plugin copied to clipboard
Document your http endpoints with JSDoc
Hi there, thanks for your great plugin @vmarchaud. I have a **typedef** of Connection: ``` /** * A connection * @typedef {Object} Connection * @property {String} address IP address *...
I have a following code piece documented. ```javascript /** * Requires `customerOrderId` and `role` parameters. * @path {PUT} /eta/update/:customerOrder/:role * @params :customerOrderId * @params :role */ static async updateTimer(req, res)...
What do you think about adding such snapshot tests with ava? I created two sample specs, checking if you are interested in having them before giving them any better shape/coverage.