1 مستودع
Frameworks that derive server routing, validation, and security logic directly from an API specification.
Distinct from API Specification Management: Candidates focus on managing spec files or validating them; this is about building the entire server behavior from the spec.
Explore 1 awesome GitHub repository matching web development · Spec-First API Frameworks. Refine with filters or upvote what's useful.
Connexion is a spec-first Python web framework designed to derive server behavior and validation logic directly from a predefined API contract. It enables the development of web services by using an OpenAPI specification to automatically handle routing, request validation, and response serialization. The framework distinguishes itself by acting as an OpenAPI request validator and mock server. It can simulate API behavior by serving example responses based on specification schemas, allowing for frontend development and prototyping before a backend implementation is completed. Additionally, it
Provides a full framework to build an API by mapping operation identifiers to handlers while managing routing, security, and parsing.