awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

Awesome GitHub RepositoriesAPI Endpoint Metadata

Attachment of structural and security metadata to routes for documentation and request processing.

Distinct from Endpoint Metadata Extraction: Candidates focus on DOM elements or database resource endpoints, not the routing metadata used for API documentation.

Explore 5 awesome GitHub repositories matching web development · API Endpoint Metadata. Refine with filters or upvote what's useful.

Awesome API Endpoint Metadata GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ruby-grape/grapeAvatar de ruby-grape

    ruby-grape/grape

    9,990Ver en GitHub↗

    Grape is a RESTful web service framework for Ruby designed for building structured APIs. It provides a declarative syntax for routing and parameter validation, allowing developers to map HTTP verbs to logic through a domain specific language. The framework is distinguished by its built-in support for service versioning, which can be managed via URL paths, custom headers, or request parameters. It also features a modular architecture that allows large services to be constructed by nesting smaller API definitions. The project covers comprehensive API lifecycle capabilities, including schema-dr

    Attaches metadata and security requirements to routes to create automatic documentation for users.

    Ruby
    Ver en GitHub↗9,990
  • oatpp/oatppAvatar de oatpp

    oatpp/oatpp

    8,553Ver en GitHub↗

    Oatpp is a high-performance C++ web framework and API development kit used for building REST APIs and web services. It functions as an asynchronous HTTP server that utilizes coroutines to handle thousands of simultaneous connections without blocking threads. The toolkit includes a native C++ object-relational mapping layer for executing SQL queries and transforming database results into data objects. It also provides a WebSocket communication library for establishing full-duplex channels to support real-time data streaming and live media. The framework covers a broad range of capabilities, i

    Allows attaching metadata to endpoints to automatically generate interactive API documentation.

    C++c-plus-pluscppcross-platform
    Ver en GitHub↗8,553
  • ricosuter/nswagAvatar de RicoSuter

    RicoSuter/NSwag

    7,342Ver en GitHub↗

    NSwag is an OpenAPI toolchain for .NET that provides a suite of generators for converting OpenAPI specifications and JSON schemas into clients, server stubs, and structured documentation. It enables the creation of type-safe client libraries and data transfer objects, as well as the generation of OpenAPI specifications by analyzing .NET controllers. The project supports contract-first API development by generating server controller stubs from specifications and offers dedicated TypeScript API integration to ensure type safety in frontend applications. It also provides tools for hosting intera

    Allows attachment of structural and descriptive metadata to routes via attributes for API documentation.

    C#angularaspnetaspnetcore
    Ver en GitHub↗7,342
  • rauchg/slackinAvatar de rauchg

    rauchg/slackin

    6,499Ver en GitHub↗

    Public Slack organizations made easy

    Exposes workspace metadata such as online user count and response times through a JSON endpoint.

    JavaScript
    Ver en GitHub↗6,499
  • inventree/inventreeAvatar de inventree

    inventree/InvenTree

    6,350Ver en GitHub↗

    InvenTree is an open-source inventory management platform built on Django, designed for tracking parts, stock levels, and supply chain operations through a web interface and REST API. The system uses barcodes—including QR codes, 1D barcodes, and Data Matrix codes—as primary identifiers for scanning, linking, and triggering inventory actions, and extends core functionality through a Python plugin framework supporting custom actions, UI panels, barcode handlers, and scheduled tasks. The platform distinguishes itself through a comprehensive plugin-based extensibility system that allows custom in

    Describes each API endpoint with its name, description, available HTTP actions, and field details.

    Pythondjangohacktoberfestpython
    Ver en GitHub↗6,350
  1. Home
  2. Web Development
  3. API Endpoint Metadata

Explorar subetiquetas

  • Workspace Metadata EndpointsAPI endpoints that expose workspace metadata such as online user counts and response times. **Distinct from API Endpoint Metadata:** Distinct from API Endpoint Metadata: focuses on exposing live workspace metadata, not structural or security metadata for routes.