Sunday, 10 November 2019

Is there a way to document REST APIs in node or express js project?

I have used Swagger in Spring Boot(Java) projects. All I do is add one config file and boom, it picks up everything. I guess that's the advantage of using a typed language like Java.​Similarly is there a way to use Swagger(or any other documenting library) in node js projects and automatically get REST endpoint documentation without having to mess with swagger yaml syntax? Like Java projects, I dont want to waste time with learning swagger notation etc. So is there a way to do this in node? If not swagger, any other library? Or is it impossible? If impossible, is there a way to achieve this with typescript in node project?

Submitted November 10, 2019 at 10:38AM by shadowknight094

No comments:

Post a Comment