awesome-repositories.com
Blog
awesome-repositories.com

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

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesAPI Path Mappings

Definitions that connect functions to HTTP methods and endpoint paths for API specification.

Distinct from Command-to-API Mapping: Existing candidates focus on reverse proxies or CLI-to-API translation, not the mapping of handlers to API paths.

Explore 3 awesome GitHub repositories matching web development · API Path Mappings. Refine with filters or upvote what's useful.

Awesome API Path Mappings GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • microsoft/kiotaAvatar von microsoft

    microsoft/kiota

    3,777Auf GitHub ansehen↗

    Kiota is a multi-language SDK generator and REST API client orchestrator that transforms OpenAPI descriptions into strongly typed client libraries. It provides a framework for managing API specifications and generating typed interfaces to eliminate manual boilerplate development. The project utilizes a template-driven source emission system to map API specifications to native language types. It ensures consistency across environments using lock-file version syncing and organizes API endpoints into a nested object structure based on the hierarchical mapping of URI paths. The toolset includes

    Organizes API endpoints into a nested object structure that reflects the logical hierarchy of URI paths.

    C#apicsharpdotnet
    Auf GitHub ansehen↗3,777
  • juhaku/utoipaAvatar von juhaku

    juhaku/utoipa

    3,682Auf GitHub ansehen↗

    utoipa is a Rust API documentation tool used to generate machine-readable OpenAPI specifications. It functions as a specification generator and schema mapper that converts Rust structs and enums into compliant OpenAPI schemas. The project distinguishes itself by using procedural macros and traits to automate metadata extraction from code. It supports complex data modeling, including generics, polymorphism, and recursive type resolution, while synchronizing field renaming and tagging from serialization attributes. It also enables the composition of modular specifications, allowing multiple sma

    Connects functions to specific HTTP methods and endpoint paths to define request routing in the specification.

    Rustauto-generatedcompile-timedocumentation
    Auf GitHub ansehen↗3,682
  • microsoftlearning/az-204-developingsolutionsformicrosoftazureAvatar von MicrosoftLearning

    MicrosoftLearning/AZ-204-DevelopingSolutionsforMicrosoftAzure

    2,513Auf GitHub ansehen↗

    This project is a set of hands-on labs for practicing cloud development, focusing on implementing web apps, functions, storage solutions, and containerized workloads. It provides a practical framework for developing solutions within the Azure ecosystem. The content covers a wide range of specialized cloud capabilities, including serverless development with HTTP and timer triggers, container orchestration using apps and instances, and API management for routing and transforming traffic. It also emphasizes identity and access management through OpenID Connect and managed identities. Additional

    Defines mappings that connect serverless functions to specific HTTP methods and endpoint paths.

    C#
    Auf GitHub ansehen↗2,513
  1. Home
  2. Web Development
  3. API Path Mappings

Unter-Tags erkunden

  • Hierarchical Object MappingMapping of URI path hierarchies to nested object structures in generated code. **Distinct from API Path Mappings:** Distinct from API Path Mappings: focuses on the resulting nested object structure in the client library rather than the routing definition.