awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 مستودعات

Awesome GitHub RepositoriesAPI Specification Generation

Automatic production of machine-readable technical specifications based on endpoint metadata.

Distinct from Endpoint Specification: Closest candidates refer to endpoint discovery or database-to-REST generation, not the creation of documentation specifications (like OpenAPI) from route metadata.

Explore 9 awesome GitHub repositories matching web development · API Specification Generation. Refine with filters or upvote what's useful.

Awesome API Specification Generation GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ruby-grape/grapeالصورة الرمزية لـ ruby-grape

    ruby-grape/grape

    9,990عرض على 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

    Uses endpoint metadata to automatically produce standardized, machine-readable API specifications for external consumers.

    Ruby
    عرض على GitHub↗9,990
  • alufers/mitmproxy2swaggerالصورة الرمزية لـ alufers

    alufers/mitmproxy2swagger

    9,530عرض على GitHub↗

    mitmproxy2swagger is a tool that transforms captured mitmproxy network traffic into structured OpenAPI schemas for reverse-engineering REST APIs. It functions as an OpenAPI schema converter and network traffic documentation utility, extracting API endpoints and data structures from captured network packets to create formal technical references. The tool enables the reconstruction of undocumented APIs by converting intercepted HTTP request and response patterns into specifications. It supports merging multiple traffic capture files into a single schema to incrementally expand an API map and ut

    Provides templates to select specific network paths to include or ignore in the final API specification.

    HTMLmitmproxyopenapireverse-engineering
    عرض على GitHub↗9,530
  • open-circle/valibotالصورة الرمزية لـ open-circle

    open-circle/valibot

    8,769عرض على GitHub↗

    Valibot is a modular, type-safe schema library for validating and parsing structural data in TypeScript environments.

    Automatically generates OpenAPI or JSON Schema specifications from defined validation rules.

    TypeScriptbundle-sizemodularparsing
    عرض على GitHub↗8,769
  • sparckles/robynالصورة الرمزية لـ sparckles

    sparckles/Robyn

    7,265عرض على GitHub↗

    Robyn is a high-performance asynchronous web framework and server for Python that utilizes a Rust-powered runtime to execute code. It functions as an asynchronous Python web server designed to handle many concurrent requests efficiently through a multithreaded execution model. The project includes specialized capabilities for AI agent request routing, managing communication between agents and external tools. It also serves as a WebSocket communication server, maintaining persistent bidirectional channels for real-time data exchange. The framework covers a broad range of web infrastructure, i

    Automatically generates machine-readable API specifications based on the defined server routes.

    Pythonasyncbackendhacktoberfest
    عرض على GitHub↗7,265
  • ottoyiu/django-cors-headersالصورة الرمزية لـ ottoyiu

    ottoyiu/django-cors-headers

    5,587عرض على GitHub↗

    django-cors-headers هو أداة تطبيق Django لإدارة مشاركة الموارد عبر المنشأ (CORS). يضيف رؤوس HTTP إلى الاستجابات حتى تتمكن متصفحات الويب من السماح بالطلبات عبر المنشأ من نطاقات خارجية محددة. يوفر المشروع أدوات لتحديد النطاقات الخارجية وطرق HTTP والرؤوس المسموح لها بالوصول إلى واجهة برمجة التطبيقات. يدعم تقييد الأصول المسموح بها من خلال القوائم الثابتة والتعبيرات النمطية، ويمكّن نقل ملفات تعريف الارتباط وبيانات اعتماد المصادقة للتعامل مع جلسات العمل عبر المواقع. تشمل القدرات الإضافية التحكم في الوصول إلى واجهة برمجة التطبيقات لتقييد المشاركة عبر المنشأ بأنماط URL محددة وإدارة رؤوس التحقق المسبق للشبكة الخاصة للسماح بالاتصال بين عناوين IP العامة وخوادم الشبكة الخاصة.

    Limits the application of CORS headers to specific API paths or URL subsets.

    Python
    عرض على GitHub↗5,587
  • zircote/swagger-phpالصورة الرمزية لـ zircote

    zircote/swagger-php

    5,298عرض على GitHub↗

    swagger-php هو مولد مواصفات OpenAPI ومكتبة توثيق PHP API. يقوم بمسح سمات وتعليقات الكود المصدري لـ PHP لإنتاج ملفات مواصفات موحدة ومراجع API تفاعلية. تعمل الأداة كمحرك استنتاج مخطط يستمد أنواع البيانات والمخططات من تلميحات نوع PHP الأصلية والكتل العامة. يستخدم تحليلاً ثابتاً قائماً على الانعكاس لاستخراج البيانات الوصفية دون تنفيذ منطق التطبيق ويدعم وراثة المخطط المتكرر لدمج التعريفات من الفئات والواجهات الأصلية. يتضمن المشروع أداة سطر أوامر لتصدير تعريفات API إلى ملفات YAML أو JSON ثابتة. كما يوفر خط أنابيب لتجميع المواصفات مع منطق معالجة قابل للتوصيل لتعديل كيفية تحليل الكود المصدري أو هيكلته.

    Automatically produces machine-readable API specifications based on endpoint metadata extracted from PHP source code.

    PHP
    عرض على GitHub↗5,298
  • flasgger/flasggerالصورة الرمزية لـ flasgger

    flasgger/flasgger

    3,740عرض على GitHub↗

    Flasgger is a documentation framework for Flask applications that generates OpenAPI specifications and an integrated Swagger UI. It functions as a documentation generator and specification parser that extracts API schemas from route definitions, function docstrings, and external specification files. The tool allows API definitions to be maintained either within the source code using YAML blocks in docstrings or decoupled into standalone YAML files. It provides a browser-based interactive console for testing and exploring API endpoints directly from the web application. Beyond documentation,

    Produces machine-readable OpenAPI specifications from code, including support for components and callbacks.

    Python
    عرض على GitHub↗3,740
  • urbica/martinالصورة الرمزية لـ urbica

    urbica/martin

    3,707عرض على GitHub↗

    Martin is a vector tile server and map asset server that delivers geospatial data from PostGIS databases, MBTiles, and PMtiles files. It functions as a TileJSON metadata provider and a suite of vector tile tooling for generating, validating, and exporting geospatial tile archives. The project distinguishes itself by providing integrated map asset management, generating map styles, sprite sheets, and font glyphs on the fly. It supports advanced visual rendering capabilities such as Signed Distance Field sprites for runtime recoloring and fallback-based font composition to ensure complete chara

    Generates machine-readable API specifications from endpoint definitions to automate client code generation.

    Rust
    عرض على GitHub↗3,707
  • gofiber/recipesالصورة الرمزية لـ gofiber

    gofiber/recipes

    3,427عرض على GitHub↗

    This project is a comprehensive library of reference implementations and patterns for building web applications using the Go Fiber framework. It provides curated templates and implementation guides for creating REST APIs, web servers, and structured backend services. The repository serves as a practical resource for applying architectural patterns, including Clean and Hexagonal architectures, as well as port-and-adapter decoupling. It offers detailed examples for integrating common web features such as OAuth2 authentication, JWT verification, WebSockets for real-time communication, and server

    Provides the ability to automatically generate machine-readable API specifications from source code annotations.

    Gocookbookexamplesfiber
    عرض على GitHub↗3,427
  1. Home
  2. Web Development
  3. API Specification Generation

استكشف الوسوم الفرعية

  • Path Filters1 وسم فرعيCapabilities to include or exclude specific network routes from a generated specification. **Distinct from API Endpoint Filtering:** Focuses on filtering endpoints for a generated spec, unlike artifact filtering or request pipeline logic.