25 repositorios
Processes for sending requests to servers, routing traffic, and parsing JSON responses for resource management.
Distinct from .NET HTTP API Integrations: None of the candidates cover general-purpose HTTP API integration; most are either .NET specific or focused on servers/logging.
Explore 25 awesome GitHub repositories matching web development · HTTP API Integrations. Refine with filters or upvote what's useful.
Requests is a Python HTTP client library used for sending HTTP requests and handling responses. It serves as a network client providing fundamental components for session management, proxy routing, multi-part uploading, and SSL/TLS certificate verification. The project distinguishes itself through a session manager that maintains cookies and reuses TCP connections to improve network performance. It also includes a dedicated multi-part form uploader for transmitting binary data and an integrated SSL/TLS certificate verifier to ensure encrypted and trusted communication. The library covers a b
Serves as a comprehensive library for sending HTTP requests to remote servers and parsing responses for API integration.
This repository provides the downloadable materials and syllabus for a complete Flutter development bootcamp, guiding learners from initial setup through to app deployment. It is structured around the core concepts of building cross-platform mobile applications using the Flutter framework and the Dart language, covering widget-based UI composition, state management, and integration with backend services. The resources focus on practical, hands-on skills, including fetching live data from web APIs and parsing JSON responses, as well as authenticating users and storing data in the cloud using F
Provides example code for fetching live data from web APIs and parsing JSON responses.
FlutterDouBan is a cross-platform social media client and media community application built with Flutter. It serves as a mobile interface for discovering and tracking books, movies, and music while providing access to community feeds and user profiles. The project functions as an integration sample that demonstrates how to fetch and display live platform data from external APIs. It includes a simulation layer to interchange live network calls with local mock data for development and testing. The application covers a broad capability surface, including media catalog interfaces, community foru
Demonstrates how to fetch live platform data from external APIs and parse JSON responses in Flutter.
Flutter Deer is a Flutter practice project that demonstrates realistic application patterns across Android and iOS. It showcases how to structure a Flutter app with modular routing, reactive state management using Provider, and a centralized network layer built with Dio for structured API calls and error handling. The project also includes integration and accessibility testing that simulates real user interactions to verify UI behavior and screen-reader compatibility. The project differentiates itself by providing a comprehensive showcase of custom UI components and interactions, including ca
Demonstrates structured HTTP API calls and error handling using the Dio library within a Flutter application.
Backgroundremover is an AI-powered tool that removes backgrounds from both images and videos, accessible through a command-line interface and a Python API. At its core, it uses a pre-trained deep learning model to classify each pixel as foreground or background, producing a binary mask for removal. The tool distinguishes itself through multiple integration methods and output capabilities. It can process images and videos via Unix pipeline data streams, operate as an HTTP API server, or be called programmatically within Python scripts. Users can choose among different AI models to balance proc
Ships an HTTP API endpoint that accepts image data and returns background-removed results.
CouchDB es una base de datos de documentos NoSQL que almacena datos como documentos flexibles y expone una API RESTful para la gestión de datos a través de HTTP. Funciona como un almacén de documentos distribuido, sincronizando y replicando datos a través de múltiples nodos para garantizar una alta disponibilidad y consistencia. El sistema incluye un motor de búsqueda de texto completo que transforma los registros de la base de datos en documentos consultables, admitiendo clasificación y paginación. La sincronización de datos se maneja mediante replicación multi-maestro, que intercambia historiales de revisión para mantener la consistencia en los nodos distribuidos. La base de datos utiliza control de concurrencia multiversión para permitir lecturas y escrituras simultáneas sin bloqueos. El almacenamiento se gestiona a través de estructuras basadas en B-tree y de solo adición (append-only) para facilitar la recuperación ante fallos y las búsquedas eficientes en disco.
Exposes all database operations through a stateless REST-oriented HTTP interface for remote data management.
evcc is an open-source home energy management system and solar charging optimization engine. It coordinates solar inverters, electric vehicle chargers, home batteries, and smart devices to route surplus solar energy to load points, optimizing energy use and minimizing grid costs. The platform functions as a multi-protocol charger orchestrator and ISO 15118-2 plug and charge controller, enabling automatic vehicle identification and battery state retrieval. It distinguishes itself through a plugin-based device abstraction layer and protocol-agnostic drivers that unify control across diverse har
Provides mechanisms to interact with device APIs using HTTP requests and JSON parsing.
eqMac is a system-wide audio equalizer and volume mixer for macOS. It utilizes a virtual audio driver to intercept system output, allowing users to adjust frequency response, boost system volume, and control independent volume levels for different running software applications. The project functions as an audio unit plugin host, integrating third-party plugins into the system audio stream for professional effects. It also includes a local web server that enables remote audio control via HTTP, allowing users to modify audio parameters from a mobile device or other external hardware on the same
Provides an HTTP API to programmatically manage application settings and real-time audio processing.
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
Receives real-time notifications for domain-specific events such as sync completions or failures via HTTP POST.
Osmedeus is a security workflow orchestration engine that coordinates AI agents, shell commands, and scanning tools through declarative YAML pipelines. It functions as a distributed security scanner, a declarative workflow automator, and an AI agent framework for security, enabling automated multi-step security analysis with conditional branching, parallel execution, and distributed workers. The engine distinguishes itself through a hybrid runner model that executes workflow steps on the local host, inside Docker containers, or over SSH to remote machines, selected per step or module. It supp
Accesses large language model endpoints for AI-assisted security automation tasks.
Athens is no longer maintainted. Athens was an open-source, collaborative knowledge graph, backed by YC W21
Exposes the knowledge graph over RESTful HTTP endpoints for client-server communication and remote backup operations.
KurrentDB is an event-native database designed for event sourcing and event-driven architectures. It stores application state as an immutable, ordered sequence of events rather than updating rows in place, preserving full history for audit, replay, and distributed consistency. The database combines event storage with real-time streaming and a built-in JavaScript projection engine that transforms and aggregates event streams into materialized views. The system provides official gRPC client libraries for Python, Node.js, Java, .NET, Go, and Rust, enabling multi-language application development
Offers a RESTful HTTP interface with AtomPub-based subscriptions for real-time event consumption.
KurrentDB is an event-native database designed for event sourcing and event-driven architectures. It stores events as immutable, ordered records in streams, preserving a complete audit trail and enabling temporal queries. The database uses gRPC for all client-server and inter-node communication, providing efficient binary serialization and bidirectional streaming, and supports atomic multi-stream writes that ensure consistency across multiple streams in a single transaction. The database distinguishes itself with a built-in JavaScript projection engine that transforms, filters, and aggregates
Provides a REST-oriented HTTP interface for database operations and real-time subscriptions.
CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th
Exposes an HTTP endpoint on a Unix socket to retrieve runtime information, container details, configuration, and debug data.
LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes
Exposes a full management API over both local Unix sockets and remote HTTPS with TLS client authentication.
Este proyecto es una librería de referencia para el desarrollo en Android, proporcionando código fuente y aplicaciones de muestra que demuestran patrones arquitectónicos y la implementación de capacidades básicas de la API. Sirve como una colección de implementaciones de referencia para la gestión de datos, integración de sistemas y desarrollo de componentes de interfaz de usuario. La librería proporciona ejemplos específicos para gestionar interfaces de hardware, tareas en segundo plano y comunicación entre procesos. Incluye una galería de componentes de interfaz de usuario y patrones para implementar funciones de accesibilidad y escalado de fuentes a nivel de sistema. El proyecto cubre áreas de capacidad amplias, incluyendo la persistencia de datos locales mediante bases de datos, comunicación remota de API mediante clientes HTTP y gestión del ciclo de vida de la aplicación. También incluye implementaciones para widgets de pantalla de inicio, políticas de administración de dispositivos y reporte de fallos de aplicaciones.
Implements patterns for integrating remote services via HTTP clients to fetch and send data.
Naivechain es una implementación educativa de blockchain diseñada para demostrar los fundamentos de los libros contables distribuidos (distributed ledgers). Funciona como una blockchain de prueba de trabajo (proof-of-work) donde los nodos resuelven acertijos computacionales para validar nuevos bloques y asegurar la red. El sistema opera como una red peer-to-peer utilizando WebSockets para propagar transacciones y sincronizar el estado entre nodos. Incluye una billetera de clave asimétrica para generar pares de claves públicas y privadas, permitiendo a los usuarios firmar transacciones y gestionar identidades digitales. La administración de nodos y la recuperación de datos del libro contable se gestionan a través de una interfaz HTTP de blockchain. El proyecto cubre capacidades fundamentales de sistemas distribuidos, incluyendo encadenamiento de hashes criptográficos, redes peer-to-peer y sincronización de estado distribuido.
Provides a RESTful HTTP interface to retrieve and manage the internal state of the blockchain.
Este proyecto es un cliente de Node.js y driver de base de datos para Elasticsearch. Actúa como un wrapper de la API REST que traduce llamadas a métodos de JavaScript en peticiones HTTP para indexar, buscar y gestionar documentos dentro de un motor de búsqueda y análisis distribuido. La biblioteca proporciona una interfaz programática para la gestión de clústeres y la integración de datos. Incluye herramientas para descubrir nodos del clúster y gestionar índices con el fin de mantener la estabilidad de la conexión y organizar el almacenamiento de datos. El cliente cubre una amplia gama de operaciones, incluyendo la gestión del ciclo de vida de documentos para acciones CRUD, ejecución de consultas de búsqueda y configuración de índices. También gestiona la autenticación de peticiones a la API y el control de acceso basado en permisos para garantizar una interacción segura con el servicio.
Translates programmatic JavaScript method calls into RESTful HTTP requests for database operations.
Elasticsearch-HQ es una interfaz de gestión basada en web utilizada para monitorear y administrar clústeres, índices y nodos de Elasticsearch a través de un dashboard gráfico. Sirve como proxy de API para ejecutar peticiones REST y gestionar datos y metadatos del clúster. El proyecto proporciona orquestación centralizada de múltiples clústeres, permitiendo a los administradores gestionar varias instancias remotas desde una única interfaz. Incluye gestores especializados para el control del ciclo de vida de los índices, gestión de copias de seguridad en repositorios de snapshots y seguimiento de salud en tiempo real para el rendimiento de los nodos y la estabilidad de los shards. La plataforma cubre una amplia gama de capacidades administrativas, incluyendo reindexación de datos, control de alias de índices e inspección de mapeos. También cuenta con herramientas de diagnóstico para identificar problemas en el clúster y una interfaz gráfica para la consulta y recuperación de datos. La conectividad se gestiona a través de una pasarela basada en proxy que admite seguridad de red SSL/TLS y autenticación básica. Los ajustes del sistema y los metadatos de conexión se mantienen mediante variables de entorno, archivos de configuración JSON y una base de datos local.
Uses a REST-oriented HTTP interface for retrieving administrative data and health metrics from remote instances.
Este proyecto es un cliente y sincronizador de DNS dinámico multiproveedor que monitorea direcciones IPv4 e IPv6 locales y actualiza automáticamente los registros DNS en varios proveedores de la nube. Funciona como una herramienta de monitoreo de direcciones IP y un webhook de actualización de IP de red, asegurando que los nombres de dominio permanezcan apuntando a las direcciones de red actuales. El sistema se distingue por una amplia gama de integraciones nativas de proveedores, incluyendo Cloudflare, AliDNS, DNSPod, Huawei Cloud y HE.net. Más allá de las simples actualizaciones de registros, permite la gestión del estado del proxy CDN, duraciones TTL y líneas de enrutamiento regional, mientras admite webhooks HTTP personalizados para activar notificaciones externas cada vez que se detecta un cambio de IP. La superficie de capacidad incluye el descubrimiento de IP pública mediante consultas API y comandos de shell, almacenamiento en caché de estado local para evitar llamadas API redundantes y programación automatizada mediante expresiones cron o gestores de tareas nativos del sistema. También proporciona una configuración flexible a través de variables de entorno, archivos JSON y URLs HTTP remotas.
Implements custom HTTP API and webhook integrations to send IP updates when standard providers are unavailable.