Here are
35 public repositories
matching this topic...
Language-agnostic HTTP API Testing Tool
Updated
Jun 13, 2022
JavaScript
OpenAPI 3.0 (and Swagger v2) implementation for Go (parsing, converting, validation, and more)
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..
Updated
Jun 7, 2022
Python
Updated
Jun 13, 2022
TypeScript
F# generative Type Provider for Swagger
Resolving Swagger/OpenAPI 2.0 and 3.0 Parser
Updated
May 9, 2022
Python
Visual Studio extension to work with RAML and OAS (OpenAPI) specifications. You can consume REST APIs, scaffold ASP.NET implementations and extract RAML specifications from existing ASP.Net apps.
Updated
Feb 12, 2022
JavaScript
Parse OpenAPI documents into Burp Suite for automating OpenAPI-based APIs security assessments (approved by PortSwigger for inclusion in their official BApp Store).
Updated
May 25, 2022
Java
Example application using Dredd and CI
Updated
Jul 26, 2021
JavaScript
OpenAPI (fka Swagger) spec renderer for Sphinx.
Updated
Nov 4, 2021
Python
Swagger/ OpenAPI library for documenting API's built on ASP.NET Core for Azure Functions
OpenAPI/Swagger 2.0 to OpenAPI 3.0 Converter WebService
Updated
Feb 14, 2022
Java
Updated
Dec 23, 2021
Scala
Bump.sh CLI - Deploy your OpenAPI & AsyncAPI documentations from your CI
Updated
Jun 13, 2022
TypeScript
Resource-based Web API Client built on OpenAPI
Updated
Feb 28, 2022
Ruby
Compiles a list of HTTP transactions (request-response pairs) from an API description document
Updated
Jul 27, 2021
JavaScript
An example Spring Boot REST application
Updated
Aug 29, 2018
Java
Updated
Jul 16, 2021
Ruby
Fork of the Swagger2PUML project to generate Class Diagrams (Plant UML) for a given OpenAPI (a.k.a Swagger) Definition
Updated
Jan 24, 2022
Java
A Bottle plugin for Swagger REST APIs
Updated
May 6, 2022
Python
Vacuum is the worlds fastest OpenAPI and Swagger linter. Built in golang, it tears through API specs faster than you can think. Vacuum is compatible with Spectral rulesets and generates compatible reports.
Create Swagger API from TypeScript classes
Updated
Feb 11, 2022
JavaScript
(KanTV is down forever) “看TV”下载器,命令行版,使用Android API,Go语言编写。 Downloading KanTV videos via command line interface (CLI) written in Go.
ready project template to maintain Swagger 2.0 definitions
Updated
Aug 16, 2018
JavaScript
根据 swagger 文档生成js api文件(只兼容openAPI 2.0)
Updated
Mar 26, 2022
JavaScript
experimental web resource abstraction for composing REST APIs in Go (Golang).
convert har to swagger 2.0
Updated
Oct 25, 2021
Python
CI integration examples for Github Action, Travis CI, CircleCI and Gitlab CI.
KumuluzEE Swagger extension provides powerful tools to incorporate and visualize the Swagger (OpenAPI 2.0) specification to your microservice.
Updated
Jul 24, 2019
Java
Improve this page
Add a description, image, and links to the
openapi2
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
openapi2
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
In its current state, the docserver renders OpenAPI3.1 compliant JSON file at
/docs.json
. It will be nice to have a similar endpoint at/docs.yaml
or/docs.yml
(or both) to render the combined documents in YAML format.