awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesClass-Based Resource Mapping

The practice of mapping HTTP methods to specific methods within a resource class to organize API logic.

Distinct from Class-Based Schema Mapping: Existing candidates focus on CSS classes, schema mapping, or cloud resources rather than HTTP method-to-class-method dispatch

Explore 3 awesome GitHub repositories matching web development · Class-Based Resource Mapping. Refine with filters or upvote what's useful.

Awesome Class-Based Resource Mapping GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • flask-restful/flask-restfulflask-restful का अवतार

    flask-restful/flask-restful

    6,914GitHub पर देखें↗

    Flask-restful is a toolkit for building structured web services using Flask. It functions as a resource-based routing library and a RESTful web service toolkit that organizes endpoints into resource classes. The framework implements a system that maps HTTP methods to specific class methods to handle requests and responses. It utilizes a central registry for resource registration to automate route creation and uses decorators for method dispatch and resource access control. The project covers request and response management through declarative request parsing, argument validation, and data ty

    Organizes endpoint logic by mapping HTTP verbs directly to corresponding methods within resource classes.

    Python
    GitHub पर देखें↗6,914
  • stripe/stripe-phpstripe का अवतार

    stripe/stripe-php

    4,017GitHub पर देखें↗

    The stripe-php library is a PHP client used to integrate Stripe payment processing, subscription billing, and financial services into applications. It provides a programmatic interface for managing connected accounts, issuing virtual cards, and automating payouts to sellers. The library distinguishes itself through a comprehensive suite of billing and payment tools, including support for recurring charges, usage-based billing, and the management of customer self-service portals. It further enables financial automation via tax and revenue libraries that handle global sales tax calculation and

    Uses dedicated resource classes to encapsulate API request logic and response hydration.

    PHP
    GitHub पर देखें↗4,017
  • wp-api/wp-apiWP-API का अवतार

    WP-API/WP-API

    3,927GitHub पर देखें↗

    The WordPress REST API is a web interface and JSON-based content API that allows for the retrieval and modification of site content, users, and metadata using standard HTTP methods. It functions as a headless CMS interface, decoupling content management from the frontend by exposing site data through a programmable RESTful controller. The system is distinguished by its hypermedia-driven discovery and JSON-schema-based validation, which allow clients to programmatically locate resources and ensure predictable data exchange. It utilizes namespace-based endpoint registration to organize routes a

    Organizes CRUD logic into standardized classes that map HTTP methods to specific data model operations.

    PHP
    GitHub पर देखें↗3,927
  1. Home
  2. Web Development
  3. Class-Based Resource Mapping