2 repos
Architectural components that allow for the interception and modification of request-response lifecycles.
Distinguishing note: Focuses on the pipeline architecture for request processing, distinct from general architectural patterns.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Middleware Frameworks. Refine with filters or upvote what's useful.
The OpenAI Python library is a generative AI client library designed to simplify communication with large language model services. It functions as a language-specific software development kit that maps local code calls to remote service endpoints, enabling the integration of text generation, data analysis, and reasoning tasks into software applications. The library acts as a structured abstraction layer that manages the complexities of network-based service interactions, including authentication, connection pooling, and header management. It distinguishes itself through built-in request orche
Allows developers to inject custom logic into the request-response lifecycle for logging, debugging, or modifying payloads before transmission.
Redoc is an API documentation generator that transforms standard API specification files into interactive, responsive, and highly customizable web-based documentation interfaces. It provides a three-panel layout that includes synchronized navigation, code samples, and search functionality, allowing developers to explore endpoints and schemas directly within a browser-based environment. Beyond rendering, the project functions as an API governance toolkit that enforces structural standards and quality rules across API definitions. It includes a suite of processing utilities for bundling, splitt
Applies programmatic filters and decorators to API definitions during the build process.