awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
acacode avatar

acacode/swagger-typescript-api

0
View on GitHub↗
acacode.github.io/swagger-typescript-api↗

Swagger Typescript Api

swagger-typescript-api es una utilidad que analiza definiciones de OpenAPI para generar modelos de datos fuertemente tipados y wrappers de servicio para aplicaciones web. Transforma especificaciones de OpenAPI en clientes API de TypeScript con seguridad de tipos, eliminando la necesidad de boilerplate manual de peticiones y respuestas.

El generador produce lógica de cliente intercambiable a través de adaptadores de transporte conectables, permitiendo a los usuarios cambiar entre Fetch y Axios para peticiones de red. Utiliza la emisión de código fuente basada en plantillas para inyectar tipos y métodos generados en una estructura de cliente consistente.

El proyecto maneja el mapeo de tipos de datos de OpenAPI y esquemas JSON en interfaces y alias de tipo de TypeScript. Proporciona inferencia de tipos estática para asegurar la seguridad en tiempo de compilación para los payloads de petición y respuesta a través de la capa de red.

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Features

  • OpenAPI Client SDK Generators - Generates type-safe TypeScript client SDKs and data models directly from OpenAPI specifications.
  • OpenAPI Specification Parsers - Parses OpenAPI JSON and YAML definitions into internal representations to drive code generation.
  • Schema-Driven Code Generators - Produces TypeScript source code by parsing OpenAPI specification files and mapping schemas to language constructs.
  • Type-Safe Client Generators - Generates type-safe network request wrappers from API schemas to eliminate manual boilerplate.
  • OpenAPI to TypeScript Converters - Transforms OpenAPI data types and JSON schemas into corresponding TypeScript interfaces and type aliases.
  • Type-Safe API Integrations - Develops type-safe interfaces for external APIs in TypeScript to ensure data consistency between the server and client.
  • API Client Generators - Automates the generation of ready-to-use Axios network layers derived from API schemas.
  • Pluggable Transport Layers - Provides pluggable transport interfaces allowing users to switch between Fetch and Axios for network requests.
  • Request - Creates hard-coded type definitions from API specs to ensure compile-time safety for request and response payloads.
  • Typed Data Fetching - Adds strong TypeScript typing to native Fetch requests based on shared OpenAPI documents.
4,093 estrellas·433 forks·TypeScript·MIT·4 vistas

Historial de estrellas

Gráfico del historial de estrellas de acacode/swagger-typescript-apiGráfico del historial de estrellas de acacode/swagger-typescript-api

Colecciones destacadas con Swagger Typescript Api

Colecciones seleccionadas manualmente donde aparece Swagger Typescript Api.
  • Generadores de código cliente para OpenAPI

Alternativas open-source a Swagger Typescript Api

Proyectos open-source similares, clasificados según cuántas características comparten con Swagger Typescript Api.
  • hey-api/openapi-tsAvatar de hey-api

    hey-api/openapi-ts

    4,128Ver en GitHub↗

    openapi-ts is a tool and orchestrator used to convert OpenAPI specifications into type-safe TypeScript SDKs and HTTP client implementations. It automatically generates typed interfaces and request functions from API definitions to ensure consistency between the server and the client. The project employs a transport-agnostic client interface, decoupling high-level API calls from the underlying network library. It uses a plugin-based generation pipeline and a custom plugin architecture to allow for the customization of output types and validation schemas. The system provides capabilities for n

    TypeScriptangularaxioscodegen
    Ver en GitHub↗4,128
  • orval-labs/orvalAvatar de orval-labs

    orval-labs/orval

    6,145Ver en GitHub↗

    Orval is an OpenAPI-to-TypeScript code generator that produces fully typed API clients, data-fetching hooks, mock data, validation schemas, and server handlers from OpenAPI or Swagger specifications. It reads any YAML or JSON API specification and generates TypeScript interfaces, HTTP request functions, and framework-specific integration code that ensures compile-time correctness for all API calls. The project distinguishes itself by generating production-ready data-fetching hooks for React Query, Vue Query, Svelte Query, Solid Query, Angular, and SWR, complete with automatic cache invalidati

    TypeScript
    Ver en GitHub↗6,145
  • astahmer/openapi-zod-clientAvatar de astahmer

    astahmer/openapi-zod-client

    1,172Ver en GitHub↗

    This project is a command-line tool that automates the creation of type-safe TypeScript HTTP clients directly from OpenAPI specifications. By transforming service definitions into structured source code, it ensures end-to-end type synchronization and enforces runtime data integrity across network boundaries. The generator distinguishes itself by mapping OpenAPI data structures into Zod validation schemas, allowing for consistent schema-driven type mapping and response validation. It supports deduplicated source synthesis to minimize redundancy in the generated output and provides template cus

    TypeScriptapiaxioscli
    Ver en GitHub↗1,172
  • apple/swift-openapi-generatorAvatar de apple

    apple/swift-openapi-generator

    1,935Ver en GitHub↗

    The Swift OpenAPI Generator is a build-time tool that produces type-safe Swift client and server code directly from OpenAPI specification documents. By integrating with build systems through native plugins, it automates the creation of strongly-typed interfaces and protocol stubs that map network operations to native methods, ensuring that application code remains strictly consistent with defined data schemas. The project distinguishes itself through a protocol-oriented architecture that decouples business logic from specific transport implementations. It utilizes a pluggable transport layer

    Swiftios-swiftopenapiplugin
    Ver en GitHub↗1,935
Ver las 30 alternativas a Swagger Typescript Api→

Preguntas frecuentes

¿Qué hace acacode/swagger-typescript-api?

swagger-typescript-api es una utilidad que analiza definiciones de OpenAPI para generar modelos de datos fuertemente tipados y wrappers de servicio para aplicaciones web. Transforma especificaciones de OpenAPI en clientes API de TypeScript con seguridad de tipos, eliminando la necesidad de boilerplate manual de peticiones y respuestas.

¿Cuáles son las características principales de acacode/swagger-typescript-api?

Las características principales de acacode/swagger-typescript-api son: OpenAPI Client SDK Generators, OpenAPI Specification Parsers, Schema-Driven Code Generators, Type-Safe Client Generators, OpenAPI to TypeScript Converters, Type-Safe API Integrations, API Client Generators, Pluggable Transport Layers.

¿Qué alternativas de código abierto existen para acacode/swagger-typescript-api?

Las alternativas de código abierto para acacode/swagger-typescript-api incluyen: hey-api/openapi-ts — openapi-ts is a tool and orchestrator used to convert OpenAPI specifications into type-safe TypeScript SDKs and HTTP… orval-labs/orval — Orval is an OpenAPI-to-TypeScript code generator that produces fully typed API clients, data-fetching hooks, mock… astahmer/openapi-zod-client — This project is a command-line tool that automates the creation of type-safe TypeScript HTTP clients directly from… apple/swift-openapi-generator — The Swift OpenAPI Generator is a build-time tool that produces type-safe Swift client and server code directly from… openapi-ts/openapi-typescript — openapi-typescript is an OpenAPI TypeScript type generator and schema transformer. It converts JSON or YAML OpenAPI… ricosuter/nswag — NSwag is an OpenAPI toolchain for .NET that provides a suite of generators for converting OpenAPI specifications and…