awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • json-api/json-apijson-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-restserverchriskacerguis 的头像

    chriskacerguis/codeigniter-restserver

    4,876在 GitHub 上查看↗

    codeigniter-restserver 是一个 REST API 框架和控制器库,用于在 CodeIgniter PHP 环境中构建 RESTful 服务器。它作为一个后端实现,处理标准 HTTP 方法,通过结构化端点暴露数据和功能。 该项目包含一个可自定义的响应引擎,允许通过自定义格式化方法将输出数据转换为各种特定格式。 该库提供了将传入的 HTTP 请求映射到控制器方法、管理资源响应以及实现基于配置的访问控制的工具。

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

    PHP
    在 GitHub 上查看↗4,876
  • raml-org/raml-specraml-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