Repository navigation
OpenAPI Specification
Created by OpenAPI Initiative, Tony Tam, Darrel Miller, Mike Ralphson, Ron Ratovsky, Uri Sarid, Jason Harmon
发布于 August 10, 2011
- Repository
- OAI/OpenAPI-Specification
- Website
- www.openapis.org
- Wikipedia
- 维基百科
相关主题
JSON SchemaREST APIThe OpenAPI Specification (OAS), previously known as the Swagger Specification, is a specification for a programming language-agnostic, machine-readable interface definition language for describing, producing, consuming, and visualizing web services. OpenAPI documents describe API services and are represented in YAML or JSON formats.
The OpenAPI Specification Repository
Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
📘 OpenAPI/Swagger-generated API Reference Documentation
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
Swagger Editor
Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
Swagger module for node.js
orval is able to generate client with appropriate type-signatures (TypeScript) from any valid OpenAPI v3 or Swagger v2 specification, either in yaml or json formats. 🍺
Easy OpenAPI specs and Swagger UI for your Flask API
Automated generation of real Swagger/OpenAPI 2.0 schemas from Django REST Framework code.
OpenAPI based HTTP Client code generator
A flexible JSON/YAML linter for creating automated style guides, with baked in support for OpenAPI (v3.1, v3.0, and v2.0), Arazzo v1.0, as well as AsyncAPI v2.x.
Javascript library to connect to swagger-enabled APIs via browser or nodejs
Sane and flexible OpenAPI 3 schema generation for Django REST framework.
Translate APIs described by OpenAPI Specifications (OAS) into GraphQL
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..
Utility for comparing two OpenAPI specifications.
Swagger Spec to Java POJOs