awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • json-api/json-apiAvatar von json-api

    json-api/json-api

    7,708Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,708
  • chriskacerguis/codeigniter-restserverAvatar von chriskacerguis

    chriskacerguis/codeigniter-restserver

    4,876Auf GitHub ansehen↗

    codeigniter-restserver ist ein REST-API-Framework und eine Controller-Bibliothek zum Erstellen von RESTful-Servern innerhalb der CodeIgniter-PHP-Umgebung. Es fungiert als Backend-Implementierung, die standardmäßige HTTP-Methoden verarbeitet, um Daten und Funktionen über strukturierte Endpunkte bereitzustellen. Das Projekt enthält eine anpassbare Response-Engine, die die Transformation von Ausgabedaten in verschiedene spezifische Formate durch benutzerdefinierte Formatierungsmethoden ermöglicht. Die Bibliothek bietet Tools zur Zuordnung eingehender HTTP-Anfragen zu Controller-Methoden, zur Verwaltung von Ressourcen-Antworten und zur Implementierung einer konfigurationsbasierten Zugriffskontrolle.

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

    PHP
    Auf GitHub ansehen↗4,876
  • raml-org/raml-specAvatar von raml-org

    raml-org/raml-spec

    3,850Auf GitHub ansehen↗

    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.

    Auf GitHub ansehen↗3,850
  1. Home
  2. Web Development
  3. API Resource Mapping
  4. HTTP Verb Lifecycle Mapping