Tag: openapi
All the articles with the tag "openapi".
Express API with autogenerated OpenAPI doc through Swagger
Published:Β atΒ 08:31 PMIn the past years OpenAPI has arise as the preferred way to document APIs. In this article we will see how easy is document an API created with NodeJS and Express through the Swagger tools. If you are working in an REST API you more probably will desire to have some API doc where your users could find what are the endpoints of your API, what they do, which parameters they accept and which output they generate.