awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • json-api/json-apiAvatar de json-api

    json-api/json-api

    7,708Voir sur 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
    Voir sur GitHub↗7,708
  • chriskacerguis/codeigniter-restserverAvatar de chriskacerguis

    chriskacerguis/codeigniter-restserver

    4,876Voir sur GitHub↗

    codeigniter-restserver est un framework d'API REST et une bibliothèque de contrôleurs pour construire des serveurs RESTful dans l'environnement PHP CodeIgniter. Il fonctionne comme une implémentation backend qui gère les méthodes HTTP standard pour exposer des données et des fonctionnalités via des endpoints structurés. Le projet inclut un moteur de réponse personnalisable qui permet la transformation des données de sortie en divers formats spécifiques via des méthodes de formatage personnalisées. La bibliothèque fournit des outils pour mapper les requêtes HTTP entrantes aux méthodes de contrôleur, gérer les réponses aux ressources et implémenter un contrôle d'accès basé sur la configuration.

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

    PHP
    Voir sur GitHub↗4,876
  • raml-org/raml-specAvatar de raml-org

    raml-org/raml-spec

    3,850Voir sur 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.

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