awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
acacode avatar

acacode/swagger-typescript-api

0
View on GitHub↗
4,093 स्टार्स·433 फोर्क्स·TypeScript·MIT·4 व्यूज़acacode.github.io/swagger-typescript-api↗

Swagger Typescript Api

swagger-typescript-api एक यूटिलिटी है जो वेब एप्लिकेशन के लिए मजबूती से टाइप किए गए डेटा मॉडल और सर्विस रैपर उत्पन्न करने के लिए OpenAPI परिभाषाओं को पार्स करती है। यह OpenAPI विनिर्देशों को टाइप-सेफ TypeScript API क्लाइंट में बदल देती है, जिससे मैन्युअल अनुरोध और प्रतिक्रिया बॉयलरप्लेट की आवश्यकता समाप्त हो जाती है।

यह जनरेटर प्लगेबल ट्रांसपोर्ट एडेप्टर के माध्यम से इंटरचेंजेबल क्लाइंट लॉजिक तैयार करता है, जिससे उपयोगकर्ताओं को नेटवर्क अनुरोधों के लिए Fetch और Axios के बीच स्विच करने की अनुमति मिलती है। यह जनरेट किए गए प्रकारों और विधियों को एक सुसंगत क्लाइंट स्ट्रक्चर में इंजेक्ट करने के लिए टेम्प्लेट-आधारित सोर्स उत्सर्जन का उपयोग करता है।

यह प्रोजेक्ट OpenAPI डेटा प्रकारों और JSON स्कीमा को TypeScript इंटरफेस और टाइप एलियास में मैप करने का काम करता है। यह नेटवर्क लेयर पर अनुरोध और प्रतिक्रिया पेलोड के लिए कंपाइल-समय सुरक्षा सुनिश्चित करने के लिए स्टेटिक टाइप इन्फरेंस प्रदान करता है।

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.

स्टार हिस्ट्री

acacode/swagger-typescript-api के लिए स्टार हिस्ट्री चार्टacacode/swagger-typescript-api के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Swagger Typescript Api को शामिल करने वाली क्यूरेटेड खोजें

चुनिंदा कलेक्शन जहाँ Swagger Typescript Api दिखाई देता है।
  • OpenAPI क्लाइंट कोड जनरेटर्स

Swagger Typescript Api के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Swagger Typescript Api के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • hey-api/openapi-tshey-api का अवतार

    hey-api/openapi-ts

    4,128GitHub पर देखें↗

    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
    GitHub पर देखें↗4,128
  • orval-labs/orvalorval-labs का अवतार

    orval-labs/orval

    6,145GitHub पर देखें↗

    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
    GitHub पर देखें↗6,145
  • astahmer/openapi-zod-clientastahmer का अवतार

    astahmer/openapi-zod-client

    1,172GitHub पर देखें↗

    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
    GitHub पर देखें↗1,172
  • apple/swift-openapi-generatorapple का अवतार

    apple/swift-openapi-generator

    1,935GitHub पर देखें↗

    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
    GitHub पर देखें↗1,935
Swagger Typescript Api के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

acacode/swagger-typescript-api क्या करता है?

swagger-typescript-api एक यूटिलिटी है जो वेब एप्लिकेशन के लिए मजबूती से टाइप किए गए डेटा मॉडल और सर्विस रैपर उत्पन्न करने के लिए OpenAPI परिभाषाओं को पार्स करती है। यह OpenAPI विनिर्देशों को टाइप-सेफ TypeScript API क्लाइंट में बदल देती है, जिससे मैन्युअल अनुरोध और प्रतिक्रिया बॉयलरप्लेट की आवश्यकता समाप्त हो जाती है।

acacode/swagger-typescript-api की मुख्य विशेषताएं क्या हैं?

acacode/swagger-typescript-api की मुख्य विशेषताएं हैं: 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।

acacode/swagger-typescript-api के कुछ ओपन-सोर्स विकल्प क्या हैं?

acacode/swagger-typescript-api के ओपन-सोर्स विकल्पों में शामिल हैं: 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…