OpenAPI
OpenAPI Specification is the industry standard for describing RESTful APIs, enabling code generation and interactive documentation.
4 articlesHow to Setup Swagger with Next.js
2021/09/09·4 min readThis blog walks through how to use Swagger / OpenAPI to add API documentation to Next.js, a Node.js framework. It covers how to create APIs in Next.js and add API documentation with Swagger using swagger-jsdoc and swagger-ui-react.
How to Setup Swagger OpenAPI with Express.js
2021/07/01·3 min readThis blog walks through how to use Swagger / OpenAPI to add API documentation to Express.js, a Node.js framework. It covers how to create APIs in Express.js and add API documentation with Swagger using the OpenAPI 3.0 specification.
How to Setup Swagger with Nest.js
2021/03/01·2 min readThis blog is about how to set up Swagger / OpenAPI with Nest.js, a progressive Node.js framework. It covers how to define a few sample APIs and how to enable Swagger UI in Nest.js.
How to Setup and Customize Swagger with ASP.NET MVC
2016/03/04·5 min readThis walkthrough tutorial is about how to set up Swagger with ASP.NET MVC API by using Visual Studio 2015, also provides steps of how to customize the Swagger UI.