8 مستودعات
Passes data from one API response as a variable into subsequent requests to enable dynamic data flow across a workflow.
Distinct from API Request Scripting: Distinct from API Request Scripting: focuses on chaining responses to subsequent requests, not general pre/post request scripting.
Explore 8 awesome GitHub repositories matching development tools & productivity · Request Chaining. Refine with filters or upvote what's useful.
Passes data from one API response as a variable into subsequent requests to enable dynamic data flow across a workflow.
This is a Visual Studio Code extension that lets developers compose, send, and inspect HTTP requests directly from within the editor. It uses .http and .rest files as executable request definitions, parsing each block of text into a complete HTTP request that is dispatched via Node.js built-in HTTP modules without requiring a separate server process. The extension renders full HTTP responses with syntax-highlighted body, status line, and headers in a dedicated editor tab or side panel. The extension supports multiple authentication schemes including Basic, Digest, SSL certificates, Azure
Passes data from one API response as a variable into subsequent requests to enable dynamic data flow.
🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀
Uses the result of one network request to trigger a subsequent request, emitting each response individually.
Cronicle is a distributed job scheduler that replaces traditional cron with a browser-based management interface. It runs scheduled tasks across a cluster of servers with automatic failover, using a custom cron parser that intersects day-of-month and day-of-week constraints when both are specified. The system executes jobs through a plugin framework that runs command-line scripts in any language, communicating via JSON over standard input and output. The scheduler provides a web-based real-time dashboard for monitoring running jobs with live logs, resource usage charts, and progress updates.
Ships a request chaining mechanism that passes response data from one HTTP request into subsequent requests.
هذا المشروع عبارة عن مجموعة أدوات أساسية (starter kit) وboilerplate لتطوير إضافات توسع وظائف ChatGPT عبر واجهات برمجة تطبيقات (APIs) خارجية. يعمل كتنفيذ مرجعي لبناء أدوات تمكن نماذج اللغة الكبيرة من تنفيذ المهام من خلال استدعاءات API متسلسلة وتعيين البيانات المهيكلة. يوفر المستودع قالباً لدمج REST APIs ودليلاً لتأمين الاتصال بين نموذج لغة ونقاط نهاية لخدمات الطرف الثالث. يركز على إعداد التحقق من الهوية وآليات المصافحة بين الوكيل وخادم خلفي خاص. يغطي التنفيذ تعريف تكاملات API الخارجية وتطوير أدوات لوكلاء نماذج اللغة. تشمل هذه القدرات تنفيذ استدعاءات API وتهيئة المصادقة لتأمين الاتصال مع تطبيقات الطرف الثالث.
Enables chaining of multiple API requests by passing outputs from one call as inputs to the next.
RxJavaSamples is a collection of reference implementations and practical guides for applying reactive patterns to asynchronous networking and state management. It provides code demonstrations for integrating reactive streams with Retrofit to handle network requests in a non-blocking manner. The project focuses on asynchronous patterns for managing API calls, including the combination of concurrent streams and the use of subjects to cache emitted values for state management. It specifically demonstrates how to implement automated token refresh workflows to maintain authenticated sessions witho
Implements the chaining of dependent network calls where one response informs the next request.
Thunder Client is a REST API client extension for VS Code that functions as an HTTP request manager, testing tool, and mocking workspace. It allows users to send requests, organize them into collections, and manage API configurations directly within the editor. The project distinguishes itself through a command-line interface for executing automated test suites in CI/CD pipelines and a Git-based synchronization system for sharing request collections and environment configurations across teams. It also incorporates artificial intelligence to automate the conversion of API scripts during migrat
Executes a sequence of requests using conditional logic and custom ordering to handle dependencies.
Schemathesis is a property-based testing tool and fuzzer for schema-based APIs. It analyzes OpenAPI and JSON Schema specifications to automatically generate test cases that identify crashes, schema violations, and validation bypasses. The project functions as a contract validator and security scanner, verifying that a live server strictly adheres to its defined specifications. The framework distinguishes itself through stateful API testing, which chains multiple related requests together to uncover bugs that only emerge during complex, multi-step user workflows. It also utilizes response-driv
Maintains a sequence of dependent API calls to simulate complex user workflows and identify state-related bugs.