25 Repos
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 ist eine NoSQL-Dokumentendatenbank, die Daten als flexible Dokumente speichert und eine RESTful-API für das Datenmanagement über HTTP bereitstellt. Sie fungiert als verteilter Dokumentenspeicher, der Daten über mehrere Knoten hinweg synchronisiert und repliziert, um hohe Verfügbarkeit und Konsistenz zu gewährleisten. Das System enthält eine Volltext-Suchmaschine, die Datenbankeinträge in abfragbare Dokumente transformiert und Sortierung sowie Paginierung unterstützt. Die Datensynchronisierung erfolgt über Multi-Master-Replikation, die Revisionshistorien austauscht, um die Konsistenz über verteilte Knoten hinweg zu wahren. Die Datenbank nutzt Multi-Version-Concurrency-Control, um gleichzeitige Lese- und Schreibvorgänge ohne Sperren zu ermöglichen. Die Speicherung erfolgt über Append-Only- und B-Tree-basierte Strukturen, um die Wiederherstellung nach Abstürzen und effiziente diskbasierte Suchvorgänge zu erleichtern.
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.
Dieses Projekt ist eine Referenzbibliothek für die Android-Entwicklung und bietet Quellcode sowie Beispielanwendungen, die Architekturmuster und die Implementierung von Kern-API-Funktionen demonstrieren. Es dient als Sammlung von Referenzimplementierungen für Datenmanagement, Systemintegration und die Entwicklung von UI-Komponenten. Die Bibliothek bietet spezifische Beispiele für die Verwaltung von Hardwareschnittstellen, Hintergrundaufgaben und Inter-Prozess-Kommunikation. Sie enthält eine Galerie von UI-Komponenten und Mustern für die Implementierung von Barrierefreiheitsfunktionen und systemweiter Schriftgrößenskalierung. Das Projekt deckt breite Funktionsbereiche ab, einschließlich lokaler Datenpersistenz mittels Datenbanken, Remote-API-Kommunikation über HTTP-Clients und Anwendungs-Lebenszyklusmanagement. Es enthält zudem Implementierungen für Home-Screen-Widgets, Geräteadministrationsrichtlinien und Anwendungs-Crash-Reporting.
Implements patterns for integrating remote services via HTTP clients to fetch and send data.
Naivechain is an educational blockchain implementation designed to demonstrate the fundamentals of distributed ledgers. It functions as a proof-of-work blockchain where nodes solve computational puzzles to validate new blocks and secure the network. The system operates as a peer-to-peer network using WebSockets to propagate transactions and synchronize state across nodes. It includes an asymmetric key wallet for generating public and private key pairs, enabling users to sign transactions and manage digital identities. Node administration and ledger data retrieval are handled through an HTTP
Provides a RESTful HTTP interface to retrieve and manage the internal state of the blockchain.
This project is a Node.js client and database driver for Elasticsearch. It acts as a REST API wrapper that translates JavaScript method calls into HTTP requests to index, search, and manage documents within a distributed search and analytics engine. The library provides a programmatic interface for cluster management and data integration. It includes tools for discovering cluster nodes and managing indices to maintain connection stability and organize data storage. The client covers a broad range of operations, including document lifecycle management for CRUD actions, search query execution,
Translates programmatic JavaScript method calls into RESTful HTTP requests for database operations.
Elasticsearch-HQ ist eine webbasierte Verwaltungsoberfläche, die zur Überwachung und Administration von Elasticsearch-Clustern, Indizes und Nodes über ein grafisches Dashboard verwendet wird. Sie dient als API-Proxy für die Ausführung von REST-Anfragen und die Verwaltung von Cluster-Daten und Metadaten. Das Projekt bietet zentralisierte Multi-Cluster-Orchestrierung, die es Administratoren ermöglicht, mehrere Remote-Instanzen über eine einzige Schnittstelle zu verwalten. Es enthält spezialisierte Manager für die Kontrolle des Index-Lebenszyklus, das Backup-Management von Snapshot-Repositories und die Echtzeit-Gesundheitsüberwachung für Node-Performance und Shard-Stabilität. Die Plattform deckt ein breites Spektrum an administrativen Funktionen ab, einschließlich Daten-Reindexing, Index-Alias-Kontrolle und Mapping-Inspektion. Zudem bietet sie Diagnose-Tools zur Identifizierung von Cluster-Problemen und eine grafische Schnittstelle für Datenabfragen und -abrufe. Die Konnektivität wird über ein Proxy-basiertes Gateway verwaltet, das SSL/TLS-Netzwerksicherheit und Basis-Authentifizierung unterstützt. Systemeinstellungen und Verbindungsmetadaten werden über Umgebungsvariablen, JSON-Konfigurationsdateien und eine lokale Datenbank gepflegt.
Uses a REST-oriented HTTP interface for retrieving administrative data and health metrics from remote instances.
Dieses Projekt ist ein Multi-Provider-Client für dynamisches DNS und ein Synchronisierer, der lokale IPv4- und IPv6-Adressen überwacht und automatisch DNS-Einträge über verschiedene Cloud-Provider hinweg aktualisiert. Es fungiert als Tool zur Überwachung von IP-Adressen und als Webhook für Netzwerk-IP-Aktualisierungen, um sicherzustellen, dass Domänennamen auf aktuelle Netzwerkadressen verweisen. Das System zeichnet sich durch eine breite Palette nativer Provider-Integrationen aus, einschließlich Cloudflare, AliDNS, DNSPod, Huawei Cloud und HE.net. Über einfache Datensatzaktualisierungen hinaus ermöglicht es die Verwaltung des CDN-Proxy-Status, von TTL-Dauern und regionalen Routing-Linien, während es benutzerdefinierte HTTP-Webhooks unterstützt, um externe Benachrichtigungen auszulösen, sobald eine IP-Änderung erkannt wird. Der Funktionsumfang umfasst die öffentliche IP-Erkennung über API-Abfragen und Shell-Befehle, lokales Status-Caching zur Vermeidung redundanter API-Aufrufe und automatisierte Zeitplanung über Cron-Ausdrücke oder systemeigene Task-Manager. Es bietet zudem eine flexible Konfiguration über Umgebungsvariablen, JSON-Dateien und Remote-HTTP-URLs.
Implements custom HTTP API and webhook integrations to send IP updates when standard providers are unavailable.