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

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

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

3 مستودعات

Awesome GitHub RepositoriesHTTP Verb Lifecycle Mapping

The mapping of standard HTTP methods to the create, read, update, and delete lifecycle of a resource.

Distinct from API Resource Mapping: Focuses on the semantic alignment of HTTP verbs to CRUD operations rather than general endpoint mapping.

Explore 3 awesome GitHub repositories matching web development · HTTP Verb Lifecycle Mapping. Refine with filters or upvote what's useful.

Awesome HTTP Verb Lifecycle Mapping GitHub Repositories

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

    json-api/json-api

    7,708عرض على GitHub↗

    JSON API is a set of industry standards for RESTful APIs that defines uniform protocols for resource serialization, error responses, and query parameters. It provides a specification for request and response payloads in JSON-based APIs to ensure consistency across endpoints. The specification focuses on reducing network requests through a structured resource serialization format and a standardized mechanism for embedding related resources into a single response. It utilizes a custom JSON media type for content negotiation and supports the definition of custom profiles to provide specialized i

    Maps standard HTTP methods like GET, POST, PATCH, and DELETE directly to resource lifecycle operations.

    CSS
    عرض على GitHub↗7,708
  • chriskacerguis/codeigniter-restserverالصورة الرمزية لـ chriskacerguis

    chriskacerguis/codeigniter-restserver

    4,876عرض على GitHub↗

    codeigniter-restserver هو إطار عمل REST API ومكتبة تحكم لبناء خوادم RESTful داخل بيئة CodeIgniter PHP. يعمل كتنفيذ خلفي (backend) يتعامل مع طرق HTTP القياسية لعرض البيانات والوظائف من خلال نقاط نهاية منظمة. يتضمن المشروع محرك استجابة قابلاً للتخصيص يسمح بتحويل بيانات المخرجات إلى تنسيقات محددة مختلفة من خلال طرق تنسيق مخصصة. توفر المكتبة أدوات لتعيين طلبات HTTP الواردة إلى طرق التحكم، وإدارة استجابات الموارد، وتنفيذ التحكم في الوصول القائم على التكوين.

    Translates standard REST verbs like GET, POST, PUT, and DELETE into internal controller actions.

    PHP
    عرض على GitHub↗4,876
  • raml-org/raml-specالصورة الرمزية لـ raml-org

    raml-org/raml-spec

    3,850عرض على GitHub↗

    RAML is a declarative YAML-based specification language used for modeling RESTful interfaces and data structures. It functions as a contract-first API framework and modeling standard, establishing a formal agreement for service communication and a single source of truth before implementation begins. The specification enables the automation of functional mock servers and the generation of language-specific client SDKs directly from the definition files. It supports a modular approach to API design through the use of external libraries, overlays for extending contracts, and reusable traits and

    Assigns standard HTTP verbs to resources to define permitted CRUD actions.

    عرض على GitHub↗3,850
  1. Home
  2. Web Development
  3. API Resource Mapping
  4. HTTP Verb Lifecycle Mapping