5 repositorios
Tools that automate the creation of client-side SDKs from API specifications.
Distinguishing note: Focuses on client-side code generation rather than general library management.
Explore 5 awesome GitHub repositories matching web development · Client Library 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
Creates client code from interface specifications by running command-line tools to simplify integration with external services.
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 a toolkit for automating the creation of language-specific client SDKs from OpenAPI specifications.
PeerTube is a decentralized, open-source video hosting platform that enables users to operate independent, interoperable servers. By utilizing the ActivityPub protocol, it connects these servers into a global, federated network where users can follow channels, discover content, and interact across different instances. The platform is designed to function as a self-hosted video content management system, providing a community-driven alternative to centralized media services. What distinguishes PeerTube is its hybrid approach to content delivery and infrastructure management. It integrates peer
Automates the creation of client-side SDKs from API specifications to simplify integration with programmatic services.
Goa is a design-first Go framework that generates server and client code, documentation, and request validation from a single declarative domain-specific language (DSL). At its core, it provides a Go DSL for defining API endpoints, data types, and error models, which compiles into fully functional HTTP and gRPC server stubs, client packages, and OpenAPI specifications. The framework distinguishes itself through its plugin-extensible code generation pipeline, allowing custom code generation steps, middleware, or transport layers to be added via plugins. It supports multiple transport protocols
Generates ready-to-use client libraries from the same API design definition used for server code.
Primus es una capa de abstracción de comunicación en tiempo real y un framework de middleware. Proporciona una interfaz estandarizada para la mensajería que permite a los desarrolladores cambiar entre diferentes motores de transporte sin reescribir la lógica de la aplicación, sirviendo también como un envoltorio para gestionar los ciclos de vida de los sockets. El proyecto se distingue por funcionar como un generador de librerías de cliente en tiempo real, produciendo código del lado del cliente compatible basado en configuraciones del servidor. Además, organiza el flujo de datos a través de la multiplexación de flujos virtuales y la capacidad de agrupar conexiones en salas de comunicación con nombre para transmisiones dirigidas. El framework cubre una amplia gama de capacidades, incluyendo la gestión de conexiones con recuperación automatizada mediante retroceso exponencial aleatorio y monitoreo de latencia de red mediante mecanismos de latido (heartbeat). También incluye sistemas para autenticar conexiones, transformar paquetes de datos a través de middleware y utilizar serialización conectable para varios formatos de datos.
Automates the creation of compatible client-side libraries based on the server's current configuration.