Thursday 19 October 2017

Is Swagger "worth it"?

So I've read a lot about it and tried it a bit. I've been trying to use swagger with express.js and from what I've seen, the generated project really limits the express.js capabilities. There are no routes anymore, it's all taken care of by swagger. This is pretty interesting to me, since I thought swagger was just used for documenting the API, not really about the structure. But it does influence the structure of the app.So, has anyone worked with swagger + expressjs? Is learning the new "language" worth it in the end?

Submitted October 19, 2017 at 03:19PM by JavascriptFanboy

No comments:

Post a Comment