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

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

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

1 مستودع

Awesome GitHub RepositoriesAssociated Data Sideloading

Organizes associated records in a separate root element within an API response to prevent recursive nesting.

Distinct from Association Record Management: The candidates focus on auditing, file mirroring, or ORM management, whereas this is specifically about the structural organization of JSON API responses.

Explore 1 awesome GitHub repository matching web development · Associated Data Sideloading. Refine with filters or upvote what's useful.

Awesome Associated Data Sideloading GitHub Repositories

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

    rails-api/active_model_serializers

    5,342عرض على GitHub↗

    Active Model Serializers is a Ruby on Rails JSON serializer used to transform model objects and associations into structured JSON responses for APIs. It functions as a model-to-JSON mapper and response formatter that decouples internal database schemas from external API contracts. The project utilizes a pluggable adapter pattern to organize serialized data according to specific standards, such as the JSON API specification. It provides a mechanism to map internal attributes to custom JSON keys and implements a serialization scope that allows for attribute and association filtering based on au

    Implements sideloading of associated records to simplify client-side parsing and reduce payload duplication.

    Rubyjsonresource-serializerruby
    عرض على GitHub↗5,342
  1. Home
  2. Web Development
  3. Associated Data Sideloading