awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesAPI Request Executors

Tools that send network requests across multiple protocols with custom authentication and data injection.

Distinct from API Request Scripting: Focuses on the general execution and inspection of API requests rather than specific cloud or authentication logic.

Explore 6 awesome GitHub repositories matching development tools & productivity · API Request Executors. Refine with filters or upvote what's useful.

Awesome API Request Executors GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • symfony/http-kernelالصورة الرمزية لـ symfony

    symfony/http-kernel

    8,121عرض على GitHub↗

    HttpKernel is the core kernel component of the Symfony framework that orchestrates the complete HTTP request-response lifecycle. It provides an event-driven pipeline that converts an incoming HTTP request into a matching response by dispatching lifecycle events for early interception, controller resolution, error handling, response modification, and deferred tasks. The kernel automatically resolves the PHP callable that handles a request and injects its arguments using reflection and request attributes. It dispatches attribute-specific events for each PHP attribute found on a controller, enab

    Executes nested sub-requests within a parent request cycle for rendering embedded page fragments.

    PHPcomponentphpsymfony
    عرض على GitHub↗8,121
  • postmanlabs/newmanالصورة الرمزية لـ postmanlabs

    postmanlabs/newman

    7,192عرض على GitHub↗

    Newman is a headless API client and command line tool for executing Postman collections. It serves as an API test automation tool and execution engine that allows users to run predefined sets of API requests without a graphical interface. The project differentiates itself as a data-driven testing engine, capable of iterating through request sequences using external JSON or CSV files to validate multiple sets of input values. It also functions as an API execution reporter, utilizing a plugin-based interface to output results in formats such as JSON and JUnit. The tool covers broad capability

    Sends requests across multiple protocols with custom authentication and variable data to inspect server responses.

    JavaScriptapi-testapi-testingci
    عرض على GitHub↗7,192
  • postmanlabs/postman-app-supportالصورة الرمزية لـ postmanlabs

    postmanlabs/postman-app-support

    6,003عرض على GitHub↗

    Postman is an API platform that enables users to build, test, and interact with APIs by sending HTTP requests and viewing responses directly within the tool. It provides a graphical interface for designing and managing sequences of API interactions, allowing users to create and organize related API requests into named collections for reuse and sharing. The platform supports automating API workflows through test scripts and built-in sequences, and facilitates collaboration by enabling teams to share collections, specifications, and workflows. Users can document APIs by attaching descriptions a

    Sends network requests across multiple protocols with custom authentication.

    عرض على GitHub↗6,003
  • lostisland/faradayالصورة الرمزية لـ lostisland

    lostisland/faraday

    5,946عرض على GitHub↗

    Faraday is an HTTP client library for Ruby that sends requests and processes responses through a middleware pipeline with pluggable adapters. Its core identity is built around a middleware-pipeline architecture where HTTP requests and responses flow through a chain of components that can modify, log, or transform data before reaching the backend, combined with an adapter-based backend abstraction that delegates HTTP execution to interchangeable backends like Net::HTTP or Typhoeus. The library distinguishes itself through a parallel-execution engine that dispatches multiple HTTP requests concu

    A mechanism that runs multiple HTTP requests concurrently to minimize total wait time.

    Ruby
    عرض على GitHub↗5,946
  • sferik/tالصورة الرمزية لـ sferik

    sferik/t

    5,568عرض على GitHub↗

    t is a command-line Twitter client that wraps Twitter's REST and streaming APIs, enabling users to post tweets, manage accounts, and search Twitter directly from the terminal. It supports authenticating and switching between multiple Twitter profiles stored in a local configuration file, allowing commands to be executed under the active account. The tool distinguishes itself through shell-integrated workflows, including tab completion for Zsh and Bash, and Unix-pipe-compatible output formatting that defaults to tab-separated columns for piping into standard utilities like grep and awk. It als

    Fires multiple independent Twitter API requests concurrently using thread-level parallelism to accelerate bulk operations.

    Ruby
    عرض على GitHub↗5,568
  • tucnak/telebotالصورة الرمزية لـ tucnak

    tucnak/telebot

    4,565عرض على GitHub↗

    Telebot is a framework for building interactive bots using the Telegram Bot API. It provides a type-safe API wrapper and an asynchronous event handler to manage messages, commands, and user interactions. The project features a middleware-based request interception system and pattern-based event routing to map triggers to custom logic. It includes a dedicated inline query engine for generating real-time suggested results and an interactive keyboard builder for creating custom reply and inline buttons. The framework covers a broad range of capabilities, including rich media management for albu

    Allows the execution of raw API requests to access methods not explicitly implemented in the standard wrapper.

    Go
    عرض على GitHub↗4,565
  1. Home
  2. Development Tools & Productivity
  3. API Request Executors

استكشف الوسوم الفرعية

  • ConcurrentMakes multiple REST API calls concurrently to avoid sequential blocking and improve throughput. **Distinct from API Request Executors:** Distinct from API Request Executors: focuses on concurrent execution of multiple requests, not single request execution.
  • Parallel Request ExecutorsMechanisms that dispatch multiple HTTP requests concurrently using thread-based or event-driven approaches to reduce total wait time. **Distinct from API Request Executors:** Distinct from API Request Executors: focuses on concurrent execution of multiple independent requests, not general API request sending.
  • Sub-Request ExecutorsExecutes nested sub-requests within a parent request cycle for rendering embedded page fragments. **Distinct from API Request Executors:** Distinct from API Request Executors: focuses on nesting a full request cycle inside another, not general API request execution.