jsdoc-http-plugin icon indicating copy to clipboard operation
jsdoc-http-plugin copied to clipboard

Document your http endpoints with JSDoc

Results 3 jsdoc-http-plugin issues
Sort by recently updated
recently updated
newest added

Hi there, thanks for your great plugin @vmarchaud. I have a **typedef** of Connection: ``` /** * A connection * @typedef {Object} Connection * @property {String} address IP address *...

enhancement
help wanted

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.