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

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

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

1 مستودع

Awesome GitHub RepositoriesResource Operation Parameter Models

Models that define the parameters used in a single resource operation.

Distinguishing note: None of the candidates cover defining parameter models for individual resource operations in an API definition language.

Explore 1 awesome GitHub repository matching web development · Resource Operation Parameter Models. Refine with filters or upvote what's useful.

Awesome Resource Operation Parameter Models GitHub Repositories

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

    microsoft/typespec

    5,781عرض على 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

    TypeSpec defines a shared model of parameters and applies it across multiple operations using the spread operator to reduce redundancy.

    Javajson-schemaopenapi3protobuf
    عرض على GitHub↗5,781
  1. Home
  2. Web Development
  3. Resource Operation Parameter Models

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

  • Reusable Parameter Models1 وسم فرعيShared models of parameters applied across multiple operations using the spread operator to reduce redundancy. **Distinct from Resource Operation Parameter Models:** Distinct from Resource Operation Parameter Models: focuses on reusing parameter models across operations, not defining parameters for a single operation.