Skip to content

Update IMPLEMENTATIONS.md #2187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions IMPLEMENTATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ These tools are not endorsed by the OAI.

| Title | Project Link | Language |Description |
|----------------|--------------|----------|---------------------|
| Martini Desktop | [torocloud.com/martini](https://www.torocloud.com/martini) | Java | Desktop IDE for creating, consuming, integrating and publishing OpenAPI 2 and 3 |
| Visual Studio Code extension | [VS Code marketplace / OpenAPI (Swagger) editor](https://marketplace.visualstudio.com/items?itemName=42Crunch.vscode-openapi) | TypeScript | Extends VS Code to provide OpenAPI 2.0 and 3.0 navigation, code snippets, new API creation |
| Apicurio Studio | [github/Apicurio/apicurio-studio](https://github.com/Apicurio/apicurio-studio) | Java/TypeScript | Web-Based **visual designer** for OpenAPI 2.0 and 3.0.0. |
| KaiZen OpenAPI Editor | [github/RepreZen/KaiZen-OpenAPI-Editor](https://github.com/RepreZen/KaiZen-OpenAPI-Editor) | Java | Eclipse Editor for OpenAPI 2.0 and 3.0 |
Expand Down Expand Up @@ -81,6 +82,7 @@ These tools are not endorsed by the OAI.

| Title | Project Link | Language |Description |
|----------------|--------------|----------|---------------------|
| TORO Docs to OpenAPI | [chrome.google.com/webstore/detail/toro-docs-to-openapi](https://chrome.google.com/webstore/detail/toro-docs-to-openapi/oncldjijcpoadligbmejgbiokpkgamoj) | JavaScript | Generate an OpenAPI 3 schema from regular web-based API documentation |
| baucis-openapi3 | [github/metadevpro/baucis-openapi3](https://github.com/metadevpro/baucis-openapi3) | Node.js | [Baucis.js](https://github.com/wprl/baucis) plugin for generating OpenAPI 3.0 compliant API contracts. |
| Google Gnostic | [github/googleapis/gnostic](https://github.com/googleapis/gnostic) | Go | Compile OpenAPI descriptions into equivalent Protocol Buffer representations. |
| Gen | [github/wzshiming/gen](https://github.com/wzshiming/gen) | Go | Generate OpenAPI 3, client, and route based on golang source code. |
Expand Down