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

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

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

1 مستودع

Awesome GitHub RepositoriesRequest Variable Referencing

Allows referring to values defined in one part of a request from another part using paths.

Distinct from API Request Handling: Focuses on internal request value mapping rather than general interception or processing logic.

Explore 1 awesome GitHub repository matching web development · Request Variable Referencing. Refine with filters or upvote what's useful.

Awesome Request Variable Referencing GitHub Repositories

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

    Tencent/APIJSON

    18,395عرض على GitHub↗

    APIJSON is a no-code database API generator and object-relational mapping layer that automatically transforms relational database schemas into functional HTTP endpoints. It provides a system for generating CRUD operations and technical documentation without the need to write manual backend code. The project is distinguished by its ability to allow clients to define custom JSON response structures and field aliases directly within the request. It features dynamic query translation that converts structured JSON parameters into optimized SQL for complex relational joins, subqueries, and data agg

    Assigns values between different parts of a request using paths to avoid redundant data entry.

    Javabaasclickhousecrud
    عرض على GitHub↗18,395
  1. Home
  2. Web Development
  3. API Management Tools
  4. API Request Handling
  5. Request Variable Referencing

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

  • File-Scoped Variable DefinitionsDefines and resolves variables within HTTP files to reuse values across requests. **Distinct from Request Variable Referencing:** Distinct from Request Variable Referencing: focuses on defining variables within the file itself, not referencing values from other parts of a request.