awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesVersion Discovery Endpoints

REST endpoints that return the supported and current API versions of a service.

Distinct from API Versioning: Distinct from API Versioning: focuses on runtime discovery of supported versions via an endpoint rather than versioning strategies.

Explore 3 awesome GitHub repositories matching web development · Version Discovery Endpoints. Refine with filters or upvote what's useful.

Awesome Version Discovery Endpoints GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • apache/hiveapache का अवतार

    apache/hive

    6,012GitHub पर देखें↗

    Apache Hive is a SQL-on-Hadoop data warehouse that enables querying and managing petabytes of data stored in distributed storage such as HDFS and cloud storage services. It provides a familiar SQL interface for batch analytics and reporting, supported by a core set of components including the HiveServer2 Thrift service for remote query execution, the Hive Metastore Service for central metadata management, the Hive ACID Transaction Engine for concurrent read-write operations, and the Hive LLAP Interactive Engine for low-latency analytical processing. The WebHCat REST API offers an HTTP interfac

    Provides a REST endpoint that lists supported API versions for client compatibility.

    Javaapachebig-datadatabase
    GitHub पर देखें↗6,012
  • inngest/inngestinngest का अवतार

    inngest/inngest

    5,499GitHub पर देखें↗

    Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer

    Routes incoming events to specific function versions to manage logic transitions and backward compatibility.

    Go
    GitHub पर देखें↗5,499
  • embarcadero/dev-cppEmbarcadero का अवतार

    Embarcadero/Dev-Cpp

    2,882GitHub पर देखें↗

    Dev-Cpp is a comprehensive development suite that serves as a C++ integrated development environment, a cross-platform application builder, and a visual UI designer. It provides a toolchain for writing, compiling, and debugging native C++ applications on Windows, while offering a framework to create native binaries for desktop, mobile, and IoT devices from a single codebase. The project distinguishes itself by integrating an embedded SQL database engine and a REST API development platform directly into the workflow. It includes an AI-assisted coding tool that leverages large language models t

    Allows a single server to host multiple versions of an API to maintain backward compatibility for clients.

    Pascalcppdelphidev-cpp
    GitHub पर देखें↗2,882
  1. Home
  2. Web Development
  3. API Versioning
  4. Version Discovery Endpoints

सब-टैग एक्सप्लोर करें

  • Backward Compatibility RoutingRouting strategies that allow multiple API versions to coexist on one server to support legacy clients. **Distinct from Version Discovery Endpoints:** Focuses on the coexistence and routing of multiple versions for compatibility rather than the discovery of those versions.