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éesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesModular API Composition

Techniques for building complex APIs by nesting smaller API definitions or modular services.

Distinct from Component Composition: Candidates focus on distributed workers or UI components, not the structural nesting of REST API definitions.

Explore 2 awesome GitHub repositories matching web development · Modular API Composition. Refine with filters or upvote what's useful.

Awesome Modular API Composition 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.
  • ruby-grape/grapeAvatar de ruby-grape

    ruby-grape/grape

    9,990Voir sur GitHub↗

    Grape is a RESTful web service framework for Ruby designed for building structured APIs. It provides a declarative syntax for routing and parameter validation, allowing developers to map HTTP verbs to logic through a domain specific language. The framework is distinguished by its built-in support for service versioning, which can be managed via URL paths, custom headers, or request parameters. It also features a modular architecture that allows large services to be constructed by nesting smaller API definitions. The project covers comprehensive API lifecycle capabilities, including schema-dr

    Provides a modular architecture allowing large services to be constructed by nesting smaller API definitions.

    Ruby
    Voir sur GitHub↗9,990
  • hugapi/hugAvatar de hugapi

    hugapi/hug

    6,883Voir sur GitHub↗

    Hug is a Python API framework used for building web services by mapping functions to HTTP endpoints via decorators and type annotations. It functions as a type-based validator that automatically converts and validates incoming request data based on Python type hints and serves as a WSGI-compliant web framework for deployment on production servers. The project is distinguished by its ability to automatically generate API specifications and user-facing documentation derived from function signatures. It further extends the utility of internal logic by exposing functions as terminal commands thro

    Allows organizing large services by mounting separate functional modules to specific base URL paths.

    Python
    Voir sur GitHub↗6,883
  1. Home
  2. Web Development
  3. Modular API Composition