Not really a bug, but I don't think it should be a necessity to specify the request url and request method (And perhaps even the possible responses) because all these are things that are available within the code itself
For example we can look at the folder path and exported module name and from there derive the available methods and api paths
/** * @Swagger * /api/hello: * get: * description: Returns the hello world * responses: * 200: * description: Hello World! */
/**
* @swagger
* /api/hello:
* get:
* description: Returns the hello world
* responses:
* 200:
* description: Hello World!
*/
yarn
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too