Good morning, I have deployed a Webservice for data access using datawindows exported to C#.
I have a question about how to dynamically generate the "documentation" from Snapdevelop with Swagger to deliver to our clients. I have seen how to do it in Swagger itself, but it implies that every time we add a new endpoint to our WS, we have to manually modify the JSON we export to Swagger from SnapDevelop.
In summary, I want to automatically update the information of the WS, the Endpoints, and especially each of the fields, without having to generate a JSON, manipulate it, etc., etc., because this would lead us to make mistakes or lack updated documentation. Is there any possibility to indicate in the fields of the DW the description of each field, so that when I generate the JSON and export it to Swagger, the description of each field, endpoint, etc., is automatically documented?
Thanks
Pensaba que habría alguna posibilidad de agregar la información en las propias DW. Probé a poner comentarios en la propiedad Description del campo de la tabla de BD por si heredaba de ahí las propiedades, pero no tuve suerte. Probaré la forma de implementar la documentación de la manera que me has comentado.