OpenAPI on Node.js

Autogenerating a type-safe REST client (Node.js/TypeScript) from an OpenAPI specification

(2025-03-29T22:00:00.000Z) With OpenAPI we describe web API methods and data types in a language-neutral format. I guarantee that Nirvana is reached with auto-generated type definitions and data validation, in API client and server frameworks.

Autogenerating TypeScript types and data validation for OpenAPI Schemas

(2023-12-14T22:00:00.000Z) OpenAPI lets one describe web API methods and data types in a language-neutral format. While we can manually write code matching the schema, automatic code generation is more agile. This article focuses on autogeneration of data types and data validation for TypeScript on Node.js.