25 रिपॉजिटरी
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 एक NoSQL दस्तावेज़ डेटाबेस है जो डेटा को लचीले दस्तावेज़ों के रूप में संग्रहीत करता है और HTTP पर डेटा प्रबंधन के लिए एक RESTful API को उजागर करता है। यह एक वितरित दस्तावेज़ स्टोर के रूप में कार्य करता है, जो उच्च उपलब्धता और स्थिरता सुनिश्चित करने के लिए कई नोड्स में डेटा को सिंक्रनाइज़ और रेप्लिकेट करता है। सिस्टम में एक फुल-टेक्स्ट सर्च इंजन शामिल है जो डेटाबेस रिकॉर्ड को क्वेरी करने योग्य दस्तावेज़ों में बदल देता है, जो सॉर्टिंग और पेजिनेशन का समर्थन करता है। डेटा सिंक्रोनाइज़ेशन मल्टी-मास्टर रेप्लिकेशन के माध्यम से संभाला जाता है, जो वितरित नोड्स में स्थिरता बनाए रखने के लिए संशोधन इतिहास का आदान-प्रदान करता है। डेटाबेस मल्टी-वर्जन कॉनकरेंसी कंट्रोल का उपयोग करता है ताकि लॉक के बिना एक साथ पढ़ने और लिखने की अनुमति मिल सके। स्टोरेज को क्रैश रिकवरी और कुशल डिस्क-आधारित लुकअप की सुविधा के लिए केवल-अपेंड और B-ट्री आधारित संरचनाओं के माध्यम से प्रबंधित किया जाता है।
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.
This project is a reference library for Android development, providing source code and sample applications that demonstrate architectural patterns and the implementation of core API capabilities. It serves as a collection of reference implementations for data management, system integration, and user interface component development. The library provides specific examples for managing hardware interfaces, background tasks, and inter-process communication. It includes a gallery of user interface components and patterns for implementing accessibility features and system-level font scaling. The p
Implements patterns for integrating remote services via HTTP clients to fetch and send data.
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.
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.
Elasticsearch-HQ is a web-based management interface used to monitor and administer Elasticsearch clusters, indices, and nodes through a graphical dashboard. It serves as an API proxy for executing REST requests and managing cluster data and metadata. The project provides centralized multi-cluster orchestration, allowing administrators to manage several remote instances from a single interface. It includes specialized managers for index lifecycle control, snapshot repository backup management, and real-time health tracking for node performance and shard stability. The platform covers a broad
Uses a REST-oriented HTTP interface for retrieving administrative data and health metrics from remote instances.
यह प्रोजेक्ट एक मल्टी-प्रोवाइडर डायनामिक DNS क्लाइंट और सिंक्रोनाइज़र है जो लोकल IPv4 और IPv6 पतों की निगरानी करता है और विभिन्न क्लाउड प्रोवाइडर्स में DNS रिकॉर्ड्स को स्वचालित रूप से अपडेट करता है। यह एक IP पता मॉनिटरिंग टूल और एक नेटवर्क IP अपडेट वेबहुक के रूप में कार्य करता है, यह सुनिश्चित करता है कि डोमेन नाम वर्तमान नेटवर्क पतों पर इंगित रहें। यह सिस्टम Cloudflare, AliDNS, DNSPod, Huawei Cloud और HE.net सहित नेटिव प्रोवाइडर इंटीग्रेशन की एक विस्तृत श्रृंखला के माध्यम से अलग है। सरल रिकॉर्ड अपडेट के अलावा, यह CDN प्रॉक्सी स्थिति, TTL अवधि और क्षेत्रीय रूटिंग लाइनों के प्रबंधन की अनुमति देता है, जबकि IP परिवर्तन का पता चलने पर बाहरी सूचनाओं को ट्रिगर करने के लिए कस्टम HTTP वेबहुक का समर्थन करता है। इसकी क्षमताओं में API क्वेरीज़ और शेल कमांड्स के माध्यम से सार्वजनिक IP खोज, अनावश्यक API कॉल्स को रोकने के लिए लोकल स्टेट कैशिंग, और क्रॉन एक्सप्रेशंस या सिस्टम-नेटिव टास्क मैनेजर्स के माध्यम से स्वचालित शेड्यूलिंग शामिल है। यह एनवायरनमेंट वेरिएबल्स, JSON फाइलों और रिमोट HTTP URLs के माध्यम से लचीला कॉन्फ़िगरेशन भी प्रदान करता है।
Implements custom HTTP API and webhook integrations to send IP updates when standard providers are unavailable.