Missing Documentation - Looking for contributors 🚀
This one is a lot of work,
I use Swagger Autogen (swagger-autogen) I'm calling for potential contributors to help improve it 🥰
The syntax is quite straightforward with multiple examples across the code with an example here
Once written, it's as easy as running npm run swagger to generate the doc!
Hi, i think i can help. Can you give me an example where should i improve?
Very good! I had already suggested doing this because I also use NSwag to generate the SDK
@kaua-alves-queiros feel free to use the forked project https://github.com/avoylenko/wwebjs-api with improved documentation.
@avoylenko I made some adjustments directly in the swagger.json code to generate some parts correctly. I will clone the repository and try to bring these improvements to the documentation in the proper way.
Note: I'm from dotnet and I've never used swagger this way.
from what I understand despite a lot of work it is not difficult
I managed to bring the workaround I did to generate it correctly using autogen instead of hardcoding it in swagger.json
that generated the expected result
I will take another look at the standards that are being applied in the project to ensure that it is well done and without my vices in other stacks, soon I will start sending the improvements in the documentation.
Very interesting and helpful! Thanks!!!