Swagger 2.0 and OpenAPI 3.0 parser and validator for Node and browsers
[](http://badge.fury.io/js/swagger-ui-dist)
HTTP methods that are supported by Swagger 2.0
Swagger UI Express
Swagger 2.0 and OpenAPI 3.0 parser and validator for Node and browsers
A simple documentation builder for NestJS Swagger Module
SwaggerJS - a collection of interfaces for OAI specs
Serve Swagger/OpenAPI documentation for Fastify, supporting dynamic generation
Generates swagger doc based on JSDoc
Tools necessary for parsing stage of ApiDOM, specifically for syntactic analysis.
TypeScript definitions for swagger-ui-express
[](http://badge.fury.io/js/swagger-ui-react)
Parser adapter for parsing YAML documents into Arazzo 1.x.y namespace.
Parser adapter for parsing YAML documents into API Design Systems namespace.
Serve Swagger-ui for Fastify
Parser adapter for parsing JSON documents into API Design Systems namespace.
Parser adapter for parsing YAML documents into OpenAPI 3.1.x namespace.
Parser adapter for parsing JSON documents into OpenAPI 2.0 namespace.
Parser adapter for parsing YAML documents into AsyncAPI 3.x.y namespace.
Parser adapter for parsing JSON documents into OpenAPI 3.1.x namespace.
Parser adapter for parsing JSON documents into Arazzo 1.x.y namespace.
Parser adapter for parsing YAML documents into AsyncAPI 2.x.y namespace.
Generate the API client for Fetch or Axios from an OpenAPI Specification
Parser adapter for parsing YAML documents into OpenAPI 2.0 namespace.
Test Swagger-documented APIs automatically.
Inspired by swagger_rails
Coverage API Blueprint, Swagger and OpenAPI with RSpec for easily make high-quality API and documenatiton
Simplify API integration testing with a succinct rspec DSL and generate Swagger files directly from your rspecs
Simplify API integration testing with a succinct rspec DSL and generate OpenAPI specification files directly from your rspec tests. More about the OpenAPI initiative here: http://spec.openapis.org/
Rspec extension to auto generate swagger/openapi specification
Simplify API integration testing with a succinct rspec DSL and generate Swagger files directly from your rspecs
Simplify API integration testing with a succinct rspec DSL and generate Swagger files directly from your rspecs
Simplify API integration testing with a succinct rspec DSL and generate Swagger files directly from your rspecs
Fork of rswag-specs. Compatible with any rack framework like Sinatra, Padrino, Hanami, Roda, etc. Simplify API integration testing with a succinct rspec DSL and generate OpenAPI specification files directly from your rspec tests. More about the OpenAPI initiative here: http://spec.openapis.org/
Swagger::Diff is a utility for comparing two different Open API Initiative (OAI) specifications (fka Swagger specifications). It is intended to determine whether a newer API specification is backwards-compatible with an older API specification. It provides both an RSpec matcher and helper functions that can be used directly.
This gem is a light weight DSL that works with rspec to allow developers to generate an OpenAPI (swagger) file based an AWS Lambda invoked by API Gateway. It works by writing a simple unit test for your lambda's code. When the test is executed, the input event and returned response are captured and used to build an OpenAPI file.