2 مستودعات
Implements HTTP PATCH operations using standards like JSON Merge Patch to update resources partially.
Distinct from Resource Patches: The candidates refer to code, binary, or Kubernetes resource patching, whereas this is about REST API resource updates.
Explore 2 awesome GitHub repositories matching web development · Partial Update Operations. Refine with filters or upvote what's useful.
Kinto هو نظام خلفي (backend) لحالة السحابة مصمم لتخزين ومزامنة بيانات JSON عبر أجهزة متعددة. يوفر خدمة مركزية لإدارة سجلات JSON بدون مخطط (schema-less) منظمة في حاويات ومجموعات، مما يضمن حالة متسقة من خلال REST API. يدعم النظام مشاركة البيانات التعاونية من خلال منح صلاحيات القراءة والكتابة لمستندات أو مجموعات محددة عبر مجموعات المستخدمين والأذونات. كما يتيح مزامنة المستندات باستخدام تتبع موجز التغييرات وعلامات الحذف لتحديث العملاء بأحدث حالة. تشمل القدرات التحكم الدقيق في الوصول، وفرض مخطط JSON لضمان اتساق البيانات، والقفل المتفائل لمنع تعارضات الكتابة المتزامنة. توفر الخدمة أيضاً إشعارات فورية للعملاء، وتحديثات جزئية للمستندات، ودعماً لخلفيات التخزين القابلة للتوصيل مثل PostgreSQL. يتضمن المشروع خادم تطوير محلي وواجهة ويب إدارية للتكوين.
Supports partial updates of record attributes using JSON Patch and JSON Merge formats.
Huma is an OpenAPI REST framework for Go designed for building HTTP services with automatic OpenAPI 3.1 specification generation and JSON Schema validation. It serves as a toolkit for developing REST and RPC APIs with typed inputs and outputs, deriving interactive documentation directly from the source code. The framework distinguishes itself by automating the synchronization between implementation and documentation. It uses a content-negotiation engine to manage multiple serialization formats via client headers and employs a JSON Schema input validator to automatically verify request paramet
Create partial update endpoints based on existing resources using merge patch formats and conditional headers.