awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 dépôts

Awesome GitHub RepositoriesAPI Metadata

Systems for providing information about API endpoints and schemas.

Distinguishing note: Focuses on metadata generation classes.

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

Awesome API Metadata GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • encode/django-rest-frameworkAvatar de encode

    encode/django-rest-framework

    30,083Voir sur GitHub↗

    Django REST Framework is a toolkit for building standards-compliant web services that map complex data models to structured HTTP responses. It provides a modular architecture for handling the request lifecycle, including authentication, permission checks, and content negotiation. The framework is designed to facilitate the development of robust APIs by transforming complex data types into native formats and validating incoming request payloads against defined schemas. The project distinguishes itself through a highly modular, class-based design that allows developers to build complex views an

    Allows implementation of custom metadata classes to provide schema and documentation information.

    Pythonapidjangopython
    Voir sur GitHub↗30,083
  • quarkusio/quarkusAvatar de quarkusio

    quarkusio/quarkus

    15,479Voir sur GitHub↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Publishes metadata about the provider securing an endpoint to allow clients to discover authorization server details.

    Javacloud-nativehacktoberfestjava
    Voir sur GitHub↗15,479
  • apiaryio/api-blueprintAvatar de apiaryio

    apiaryio/api-blueprint

    8,648Voir sur GitHub↗

    api-blueprint is a markdown-based API design language and specification standard used to define the structure, behavior, and data schemas of HTTP web services. It provides a formal method for mapping HTTP methods to resources and defining payload validation rules through a machine-readable syntax. The project functions as a blueprint for creating interactive technical documentation and functional mock servers. These tools transform design specifications into human-readable guides and simulated backend environments to enable integration testing before implementation. The language covers API m

    Specifies the name, overview, and general properties of a web service to provide context for stakeholders.

    Voir sur GitHub↗8,648
  • swagger-api/swagger-coreAvatar de swagger-api

    swagger-api/swagger-core

    7,528Voir sur GitHub↗

    swagger-core is a set of libraries for parsing, generating, and serializing OpenAPI specifications to automate REST API documentation. It provides tools to read, validate, and transform JSON or YAML specifications into programmable objects, as well as a generator that scans source code and annotations to create formal technical descriptions of an API. The project enables bi-directional specification serialization, allowing in-memory API definitions to be converted between native language objects and structured files. It uses a plugin-based scanning mechanism and annotation-driven generation t

    Provides systems for defining API endpoints and schemas using annotations to include metadata not inferable from code.

    Javahacktoberfestjavaopen-source
    Voir sur GitHub↗7,528
  • microsoft/typespecAvatar de microsoft

    microsoft/typespec

    5,781Voir sur GitHub↗

    TypeSpec is a language for defining cloud API shapes and generating OpenAPI, JSON Schema, and client/server code from a single source of truth. It functions as a protocol-agnostic API designer that models REST, gRPC, and other API protocols using a unified, extensible syntax, with a decorator-based metadata system for attaching metadata, validation rules, and lifecycle visibility to API models and operations. The compiler produces OpenAPI 3.0 specifications and other artifacts, and the tool supports declaring API versions and tracking changes to models, properties, and operations across releas

    Provides title, description, version, license, and contact information for the API.

    Javajson-schemaopenapi3protobuf
    Voir sur GitHub↗5,781
  • cortexproject/cortexAvatar de cortexproject

    cortexproject/cortex

    5,751Voir sur GitHub↗

    Cortex is an open-source, horizontally scalable metrics platform that ingests, stores, and queries Prometheus-compatible time-series data with multi-tenant isolation. It accepts metrics via Prometheus remote write and OpenTelemetry, executes PromQL queries against both recent and historical data, and provides a Prometheus-compatible alerting and recording rule engine with an integrated Alertmanager. The system is built as a set of independently scalable microservices that use hash-ring-based sharding, gossip-based cluster membership, and tenant-aware object storage to distribute workloads acro

    Returns metadata about metrics, such as type and help strings, via a Prometheus-compatible endpoint.

    Gocncfhacktoberfestkubernetes
    Voir sur GitHub↗5,751
  • timber/timberAvatar de timber

    timber/timber

    5,650Voir sur GitHub↗

    Timber is a PHP library that integrates the Twig template engine into WordPress themes, providing an object-oriented framework for theme development. It wraps WordPress data — posts, terms, users, menus, and comments — in structured PHP classes, allowing developers to work with objects instead of raw arrays while keeping HTML markup separate from PHP logic through Twig templates. The library distinguishes itself by offering a complete set of tools for modern WordPress theme building. It includes a file-based template hierarchy with fallback chains, dynamic image manipulation with resizing, cr

    Automatically sets common template variables like post or posts based on the current WordPress query.

    PHPhactoberfestphptimber
    Voir sur GitHub↗5,650
  • servicestack/servicestackAvatar de ServiceStack

    ServiceStack/ServiceStack

    5,498Voir sur GitHub↗

    ServiceStack est un framework web .NET haute performance conçu pour construire des API typées en utilisant des objets de requête et de réponse fortement typés. Il fonctionne comme un moteur d'API basé sur les messages qui découple la logique métier de la couche de transport, permettant aux services d'être exposés via plusieurs protocoles incluant HTTP, gRPC et divers fournisseurs de files d'attente de messages. Le framework se distingue par son générateur d'API typé, qui produit des SDK clients natifs et des objets de transfert de données (DTO) à partir des métadonnées de service dans plusieurs langages. Il inclut également une passerelle de service distribuée pour l'orchestration de microservices, un ORM code-first pour traduire directement les objets C# en enregistrements de base de données, et un système centralisé de gestion des identités et des accès pour un accès sécurisé basé sur des jetons. Sa surface de capacités plus large couvre la messagerie asynchrone et le streaming d'événements en temps réel via Pub-Sub et Server-Sent Events. Il fournit une prise en charge complète de la sérialisation des données pour des formats tels que JSON, XML, ProtoBuf et MessagePack, aux côtés de flux d'authentification intégrés incluant JWT, clés API et authentification step-up. L'outillage supplémentaire inclut la génération automatisée d'API CRUD, l'exécution de tâches en arrière-plan et des modèles de tableau de bord administratif.

    Automatically populates session identifiers and version numbers into request DTOs via specific interfaces.

    C#c-sharpcsvframework
    Voir sur GitHub↗5,498
  • xiaoymin/knife4jAvatar de xiaoymin

    xiaoymin/knife4j

    4,552Voir sur GitHub↗

    Knife4j is an enhanced web interface for visualizing and interacting with OpenAPI and Swagger specifications. It serves as a documentation UI and debugging tool that automatically generates technical references from Java source code and web frameworks. The project distinguishes itself through its ability to aggregate API definitions from multiple distributed microservices into a single unified documentation portal. It secures this portal using OAuth2 authentication flows and provides a gateway to restrict access to technical specifications and testing tools. The platform includes capabilitie

    Stores and synchronizes API details using external configuration centers or local disks to keep documentation updated dynamically.

    HTMLknife4jopenapi2openapi3
    Voir sur GitHub↗4,552
  • juhaku/utoipaAvatar de juhaku

    juhaku/utoipa

    3,682Voir sur GitHub↗

    utoipa is a Rust API documentation tool used to generate machine-readable OpenAPI specifications. It functions as a specification generator and schema mapper that converts Rust structs and enums into compliant OpenAPI schemas. The project distinguishes itself by using procedural macros and traits to automate metadata extraction from code. It supports complex data modeling, including generics, polymorphism, and recursive type resolution, while synchronizing field renaming and tagging from serialization attributes. It also enables the composition of modular specifications, allowing multiple sma

    Provides utilities to automatically populate API titles and versions from environment variables.

    Rustauto-generatedcompile-timedocumentation
    Voir sur GitHub↗3,682
  1. Home
  2. Web Development
  3. API Metadata

Explorer les sous-tags

  • Automatic Population1 sous-tagAutomatically populating API metadata fields using environment variables and configuration files. **Distinct from API Metadata:** Distinct from API Metadata: specifically covers the automation of populating those fields, not just the systems that hold the metadata.
  • Prometheus-Compatible Metric Metadata APIsAPIs that serve metric metadata (HELP, TYPE, UNIT) in a Prometheus-compatible format, deduplicated across ingesters. **Distinct from API Metadata:** Distinct from API Metadata: focuses on serving time-series metric metadata, not general API endpoint documentation.
  • Provider Metadata PublishersSystems for publishing authorization server metadata to allow clients to discover and bootstrap authentication. **Distinct from API Metadata:** Distinct from general API metadata: focuses specifically on publishing authorization provider details for client discovery.