Api-Typing

JSON →
library 1.19.1 ·javascript
verified Jun 7, 2026

Api-Typing (v1.19.1) is a TypeScript-first HTTP client built on top of Axios that generates fully typed API interfaces from OpenAPI specifications. It automatically syncs endpoint URLs, request parameters, and response types directly from your backend's OpenAPI document, eliminating manual type maintenance. Unlike generic Axios wrappers, it provides a CLI tool to pull live OpenAPI JSON and produce .d.ts files with field-level JSDoc comments. The package offers automatic URL hints, parameter type checking, and response typing. Supports custom Axios interceptors. Ideal for teams wanting type-safe HTTP calls without writing manual type definitions.