3 مستودعات
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.
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.
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.
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.