2 مستودعات
Capabilities for specifying the base URLs and variables of the servers hosting an API.
Distinct from API Servers: Candidates focus on runtime configurations or LLM servers, not the static definition of server URLs in a specification.
Explore 2 awesome GitHub repositories matching web development · API Server Definitions. Refine with filters or upvote what's useful.
swagger-core is a set of libraries for parsing, generating, and serializing OpenAPI specifications to automate REST API documentation. It provides tools to read, validate, and transform JSON or YAML specifications into programmable objects, as well as a generator that scans source code and annotations to create formal technical descriptions of an API. The project enables bi-directional specification serialization, allowing in-memory API definitions to be converted between native language objects and structured files. It uses a plugin-based scanning mechanism and annotation-driven generation t
Provides means to define base URLs and variables for the servers where the API interface is hosted.
TypeSpec is a language for defining cloud API shapes and generating OpenAPI, JSON Schema, and client/server code from a single source of truth. It functions as a protocol-agnostic API designer that models REST, gRPC, and other API protocols using a unified, extensible syntax, with a decorator-based metadata system for attaching metadata, validation rules, and lifecycle visibility to API models and operations. The compiler produces OpenAPI 3.0 specifications and other artifacts, and the tool supports declaring API versions and tracking changes to models, properties, and operations across releas
Specifies one or more base URLs for the API using a decorator on the namespace.