10 مستودعات
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.
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.
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.
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.
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.
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.
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.
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.
ServiceStack is a high-performance .NET web framework designed for building type-safe APIs using strongly-typed request and response objects. It functions as a message-based API engine that decouples business logic from the transport layer, allowing services to be exposed via multiple protocols including HTTP, gRPC, and various message queue providers. The framework is distinguished by its type-safe API generator, which produces native client SDKs and data transfer objects from service metadata across multiple languages. It also includes a distributed service gateway for microservices orchest
Automatically populates session identifiers and version numbers into request DTOs via specific interfaces.
Knife4j هي واجهة ويب محسنة لتصور والتفاعل مع مواصفات OpenAPI وSwagger. تعمل كواجهة مستخدم للتوثيق وأداة تصحيح أخطاء تقوم تلقائياً بإنشاء مراجع تقنية من كود مصدر Java وأطر عمل الويب. يتميز المشروع بقدرته على تجميع تعريفات API من خدمات مصغرة موزعة متعددة في بوابة توثيق موحدة واحدة. يؤمن هذه البوابة باستخدام تدفقات مصادقة OAuth2 ويوفر بوابة لتقييد الوصول إلى المواصفات التقنية وأدوات الاختبار. تتضمن المنصة قدرات لتصحيح أخطاء الطلبات مع اختبار المعلمات الديناميكي وإعادة توجيه الطلبات القائمة على الوكيل. كما تدعم إدارة المحتوى من خلال دمج ملفات Markdown الخارجية للأدلة التقنية التكميلية وتوفر أدوات لتخصيص واجهة الواجهة الأمامية.
Stores and synchronizes API details using external configuration centers or local disks to keep documentation updated dynamically.
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.