awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenBlogSitemap
ProjektÜber unsPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Kategorien

6 Repos

Awesome GitHub RepositoriesAPI Request Execution from CLI

Runs arbitrary API requests from the command line to inspect or interact with the system without a separate HTTP client.

Distinct from Arbitrary: Distinct from Arbitrary: focuses on executing API requests from the CLI, not running arbitrary system commands.

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

Awesome API Request Execution from CLI GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • firebase/genkitAvatar von firebase

    firebase/genkit

    6,121Auf GitHub ansehen↗

    Genkit is an open-source framework for building AI-powered applications. It provides a unified interface for connecting to hundreds of generative AI models from multiple providers, enabling text, image, audio, and video generation through a single API. The framework structures multi-step AI interactions—including chat, retrieval-augmented generation, tool use, and agentic workflows—as composable, traceable flows with built-in streaming and state management. The framework distinguishes itself through a comprehensive developer toolkit that includes a command-line interface and a local developer

    Executes flows directly from the command line for testing or ad-hoc tasks.

    TypeScript
    Auf GitHub ansehen↗6,121
  • lxc/lxdAvatar von lxc

    lxc/lxd

    5,554Auf GitHub ansehen↗

    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

    Runs arbitrary API requests from the command line to inspect or interact with the system.

    Go
    Auf GitHub ansehen↗5,554
  • maiot-io/zenmlAvatar von maiot-io

    maiot-io/zenml

    5,452Auf GitHub ansehen↗

    ZenML is an extensible machine learning orchestration framework designed to manage the end-to-end lifecycle of data pipelines and AI agent workflows. It functions as a durable orchestrator that executes machine learning tasks as directed acyclic graphs, ensuring that every step is containerized for consistent performance across local, cloud, and hybrid infrastructure. By decoupling pipeline code from underlying compute and storage backends, the platform allows developers to define infrastructure-agnostic stacks that remain portable across diverse environments. The project distinguishes itself

    Triggers execution of a specific flow version or tagged route via CLI, SDK, or HTTP requests to initiate remote processing tasks.

    Python
    Auf GitHub ansehen↗5,452
  • zenml-io/zenmlAvatar von zenml-io

    zenml-io/zenml

    5,451Auf GitHub ansehen↗

    ZenML is an orchestration platform designed for building, deploying, and monitoring reproducible machine learning pipelines and agentic workflows. It provides a unified framework that manages the entire lifecycle of machine learning assets, from data processing and model training to the deployment of persistent inference services. By decoupling pipeline logic from underlying compute and storage, the platform enables teams to transition workflows seamlessly from local development environments to production-grade cloud infrastructure. The platform distinguishes itself through a service-oriented

    Provides CLI commands to trigger specific versions or tagged routes of deployed machine learning flows.

    Pythonagentopsagentsai
    Auf GitHub ansehen↗5,451
  • ktr0731/evansAvatar von ktr0731

    ktr0731/evans

    4,481Auf GitHub ansehen↗

    Evans ist ein gRPC-Client und API-Explorer, der für das Testen, Debuggen und Automatisieren von Remote Procedure Calls entwickelt wurde. Er fungiert als interaktiver Client und zustandsloses Kommandozeilen-Utility für die Ausführung von gRPC-Methoden und die Inspektion von Remote-Server-API-Oberflächen. Das Tool bietet spezialisierte Unterstützung für das gRPC-Web-Protokoll, um die Kommunikation mit Web-basierten Implementierungen zu erleichtern. Es ermöglicht die Entdeckung von Diensten und Nachrichtenstrukturen durch Server-Reflection oder Definitionsdateien und unterstützt das Management von Unary-, Client-Side-, Server-Side- und bidirektionalen Streaming-Kommunikationen. Das Projekt deckt das Request-Management durch benutzerdefinierte Metadaten-Header und die Handhabung komplexer Feldtypen wie Arrays, Enums und Base64-kodierte Bytes ab. Es nutzt JSON-basierte Repräsentationen für Ein- und Ausgaben, um maschinenlesbare Ergebnisse und Datei-basierte Request-Automatisierung zu ermöglichen.

    Provides a command line interface for running requests that accept input from files and output results as JSON.

    Goclicompletiongolang
    Auf GitHub ansehen↗4,481
  • thunderclient/thunder-client-supportAvatar von thunderclient

    thunderclient/thunder-client-support

    3,717Auf GitHub ansehen↗

    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

    Allows automated execution of entire API request collections via a CLI for CI/CD integration.

    apigraphqlhttpclient
    Auf GitHub ansehen↗3,717
  1. Home
  2. Development Tools & Productivity
  3. Command Execution
  4. Arbitrary
  5. API Request Execution from CLI

Unter-Tags erkunden

  • Collection ExecutionThe ability to run a grouped sequence of saved API requests via the command line. **Distinct from API Request Execution from CLI:** Focuses on running a sequence (collection) of requests rather than a single arbitrary request.
  • Flow ExecutionsExecutes a flow directly from the command line for testing or ad-hoc tasks like document ingestion. **Distinct from API Request Execution from CLI:** Distinct from API Request Execution from CLI: focuses on executing defined flows, not arbitrary API requests.