18 dépôts
Automated tools for generating type-safe client SDKs from API specifications.
Distinguishing note: Focuses on SDK generation for API clients rather than general code generation.
Explore 18 awesome GitHub repositories matching web development · API Client SDK Generators. Refine with filters or upvote what's useful.
This project is a command-line tool and template-based scaffolding engine that transforms API interface specifications into functional client libraries and server stubs. By automating the creation of type-safe SDKs and boilerplate code, it bridges the gap between service definitions and implementation, allowing developers to maintain synchronized codebases across many programming languages. The tool distinguishes itself through a portable execution model that utilizes containerized build isolation to ensure identical output regardless of the host environment. It features a modular, plugin-bas
Automates the creation of type-safe client SDKs from API specifications to simplify integration with external services and reduce manual boilerplate.
Swagger Codegen is a template-driven engine and multi-language toolkit used to generate API client SDKs, server stubs, and human-readable documentation from OpenAPI specifications. It translates these specifications into functional libraries and boilerplate routing code across various target programming languages. The tool utilizes a pluggable generator module system and an integrated template engine, allowing for the customization of generated source code and the creation of new language-specific generators. It supports flexible specification sourcing via local files, remote HTTP endpoints,
Provides an engine for creating tailored, type-safe client SDKs based on API specifications.
Scalar is a platform for building and managing API specifications, focusing on OpenAPI and AsyncAPI standards. It provides tools to generate interactive API references with embedded testing interfaces, create mock servers for pre-implementation testing, and build offline-first API clients that sync with backend frameworks. The platform also supports version upgrades of specifications to maintain compatibility and includes command-line utilities for local development and document management. The project distinguishes itself through automated release workflows that generate changelogs and publi
Generates offline-first SDKs from OpenAPI/AsyncAPI specs for cross-platform API integration.
LoopBack is a Node.js API framework used to build RESTful services and backend applications. It functions as a model-driven API generator that automatically maps predefined data models to network endpoints to create standardized web interfaces. The project features a database abstraction layer that unifies access across diverse SQL databases, NoSQL stores, and remote data sources. It includes a backend application scaffolder using command-line generators to automate the creation of project structures and data connectors. Additionally, it provides an API authentication system to manage applica
Translates server-side API definitions into native client libraries for multiple platforms to simplify external integration.
This project is a comprehensive geographic location dataset and reference library providing standardized data for countries, states, and cities. It serves as a source of truth for regional hierarchies, ISO codes, coordinates, and timezone information, available as both a relational SQL database and a document-based JSON library. The project includes a custom dataset export tool that functions as a filtering engine. This allows for the generation of tailored geographic files in JSON, CSV, and GeoJSON formats by selecting only the specific regions or fields required. The dataset covers global
Provides tools to generate tailored API client SDKs from the dataset's specification file.
The AWS SDK for Go is a software development kit and cloud infrastructure library used to programmatically interact with AWS cloud services. It provides a programmatic interface for authenticating requests, executing operations against regional endpoints, and automating the creation and management of cloud resources. The toolkit utilizes model-driven code generation to create service clients and employs a session-based configuration system to share credentials and global settings across those clients. It implements signature-based request authentication to verify identity and integrity throug
Parses service models to automatically generate type-safe client SDKs for AWS services.
Airweave is a unified AI knowledge base platform that syncs data from external APIs into a searchable layer for retrieval-augmented generation. It provides a pre-built data connector library and a framework for building custom connectors, enabling the extraction, transformation, and synchronization of structured and unstructured data from SaaS applications. The platform includes a hybrid vector retrieval system that combines semantic, neural, and keyword search strategies to deliver grounded context for AI agents. The platform distinguishes itself through an agentic search engine that iterati
Integrates a search tool into Vercel AI SDK workflows for querying a unified knowledge base.
Typia is a compile-time code generator that transforms TypeScript type annotations into runtime validation, serialization, and schema functions without requiring decorators or separate schema files. It generates optimized validation and serialization code during TypeScript compilation, producing dedicated functions for each type that eliminate runtime schema objects for faster execution. The project extends this core capability into several integrated areas. It generates fully typed client SDKs from NestJS controller source code, keeping server and client types synchronized automatically. It
Generates fully typed client SDKs from NestJS controller source code automatically.
AliSQL is a fork of MySQL by Alibaba that extends the relational database management system with enhancements for high performance, scalability, and enterprise-grade availability. It retains the core MySQL identity as a SQL-based database for storing, organizing, and retrieving structured data, while adding optimizations for large-scale transactional and analytical workloads. The project differentiates itself through a set of Alibaba-specific improvements, including a columnar engine for accelerating analytical queries directly on MySQL tables, and a distributed, shared-nothing NDB Cluster en
Generates client SDKs in TypeScript and other languages with built-in authentication and document operations.
ServiceStack est un framework web .NET haute performance conçu pour construire des API typées en utilisant des objets de requête et de réponse fortement typés. Il fonctionne comme un moteur d'API basé sur les messages qui découple la logique métier de la couche de transport, permettant aux services d'être exposés via plusieurs protocoles incluant HTTP, gRPC et divers fournisseurs de files d'attente de messages. Le framework se distingue par son générateur d'API typé, qui produit des SDK clients natifs et des objets de transfert de données (DTO) à partir des métadonnées de service dans plusieurs langages. Il inclut également une passerelle de service distribuée pour l'orchestration de microservices, un ORM code-first pour traduire directement les objets C# en enregistrements de base de données, et un système centralisé de gestion des identités et des accès pour un accès sécurisé basé sur des jetons. Sa surface de capacités plus large couvre la messagerie asynchrone et le streaming d'événements en temps réel via Pub-Sub et Server-Sent Events. Il fournit une prise en charge complète de la sérialisation des données pour des formats tels que JSON, XML, ProtoBuf et MessagePack, aux côtés de flux d'authentification intégrés incluant JWT, clés API et authentification step-up. L'outillage supplémentaire inclut la génération automatisée d'API CRUD, l'exécution de tâches en arrière-plan et des modèles de tableau de bord administratif.
Provides automated tools for generating type-safe client SDKs and data transfer objects from service metadata.
Ory Keto is an open-source authorization server that implements Google Zanzibar’s relationship-based access control model. It stores every access relationship as a tuple in a SQL database and exposes a declarative TypeScript-like namespace language for defining object types, relations, and permissions. The service provides bidirectional permission resolution, configurable consistency levels for checks, and dual gRPC and REST APIs for broad integration. Keto extends the Zanzibar model with edge enforcement of access policies, structured compliance auditing of permission decisions, and infrastr
Provides APIs and SDKs for mobile, native, and web applications, with tools to build custom authentication UIs.
orpc is a contract-first API development framework for TypeScript that starts with a shared contract definition and generates type-safe clients and servers from that single source of truth. It guarantees end-to-end type safety, meaning inputs, outputs, errors, and streaming data are all checked at compile time across the client–server boundary. What distinguishes orpc from typical RPC frameworks is its ability to export contracts as OpenAPI specifications, to optimize server-side rendering by calling API handlers directly inside the server process, and to support real‑time bidirectional commu
Generates AI SDK tool definitions from contract definitions for use in AI agent tool calling.
AutoRest est un générateur de SDK multi-langage et un générateur de code OpenAPI conçu pour produire des kits de développement logiciel cohérents à partir d'une définition d'API unique. Il fonctionne comme un générateur de client REST API qui transforme les fichiers de spécification Swagger et OpenAPI en bibliothèques clientes HTTP typées et fonctionnelles. L'outil automatise le flux de travail de développement de SDK en convertissant les documents de conception en code source, garantissant que les implémentations résultantes correspondent au contrat d'API défini dans différents langages de programmation. Le système emploie un développement piloté par les spécifications utilisant une représentation intermédiaire pour normaliser les données avant d'appliquer une logique de génération spécifique au langage. Il utilise une génération de code basée sur des modèles et des templates de client enfichables pour mapper des spécifications d'API abstraites vers divers modèles de syntaxe pour plusieurs runtimes cibles.
Transforms OpenAPI specifications into type-safe client SDKs for multiple programming languages.
firebase-tools est une interface de ligne de commande et un orchestrateur de ressources cloud utilisé pour gérer, tester et déployer des projets Firebase. Il sert d'outil principal pour administrer les ressources cloud, configurer les paramètres de projet et gérer l'authentification depuis un terminal. Le projet inclut un émulateur de service cloud local qui permet aux développeurs d'exécuter des versions locales des services cloud pour vérifier le comportement avant le déploiement en production. Il implémente également un serveur basé sur le protocole Model Context Protocol pour exposer les données de projet et les contrôles de service aux assistants IA. L'outil couvre un large éventail de capacités opérationnelles, y compris le déploiement et la surveillance de fonctions serverless, les opérations de base de données NoSQL pour Firestore et Realtime Database, et la distribution de binaires d'applications mobiles aux testeurs. Il fournit en outre des utilitaires pour la validation des règles de sécurité, la gestion de configuration à distance et la migration des données de compte utilisateur.
Automatically creates strongly typed client code by analyzing the project schema and selected application folders.
RAML is a declarative YAML-based specification language used for modeling RESTful interfaces and data structures. It functions as a contract-first API framework and modeling standard, establishing a formal agreement for service communication and a single source of truth before implementation begins. The specification enables the automation of functional mock servers and the generation of language-specific client SDKs directly from the definition files. It supports a modular approach to API design through the use of external libraries, overlays for extending contracts, and reusable traits and
Automates the generation of language-specific client SDKs directly from the API specification file.
bknd is a self-hosted backend-as-a-service platform and serverless backend framework that provides an integrated environment for managing databases, authentication, and file storage. It functions as a headless CMS and a portable API engine designed to run across various JavaScript runtimes, including Node.js, Bun, Cloudflare Workers, and AWS Lambda. The project distinguishes itself through a combination of schema-driven API generation and a built-in database management UI. It enables the definition of data structures either programmatically via a type-safe API or visually through an administr
Automatically produces a type-safe TypeScript SDK to synchronize server state and execute queries.
Fern is a toolset for managing API specifications, generating type-safe client libraries, and producing hosted developer documentation. It provides a utility for validating, transforming, and exporting API definitions into standardized OpenAPI formats, serving as a system to maintain a consistent source of truth for API designs. The project differentiates itself through an automated SDK distribution pipeline that publishes generated libraries to package managers such as npm, PyPI, Maven, and NuGet. It also includes an AI-powered search assistant trained on API and SDK specifications to answer
Automatically generates type-safe client SDKs from API specifications using language-specific code templates.
OpenAPI Generator CLI est un utilitaire en ligne de commande conçu pour automatiser la création d'artefacts API à partir de fichiers de spécification. Il fonctionne comme un outil pour générer des bibliothèques clientes, des stubs de serveur et de la documentation, permettant aux développeurs de produire du code boilerplate cohérent et des documents de référence dans divers langages de programmation. Le projet fournit un wrapper qui gère le cycle de vie d'un moteur d'exécution basé sur Java, qui effectue la synthèse de code réelle en utilisant des modèles sans logique. Pour garantir des résultats reproductibles et éviter les conflits de dépendances sur le système hôte, l'outil prend en charge la gestion du moteur versionnée et les environnements d'exécution conteneurisés. Les utilisateurs peuvent définir des règles de génération spécifiques au projet via des fichiers de configuration persistants, qui automatisent les tâches répétitives et maintiennent la cohérence entre les différents environnements de développement. L'ensemble d'outils couvre toute l'étendue de la production d'artefacts API, de la création initiale du squelette de serveur à la génération de kits de développement logiciel (SDK) clients intégrés.
Creates software development kits in various programming languages from specification files.