All Projects → RepreZen → Kaizen Openapi Editor

RepreZen / Kaizen Openapi Editor

Licence: epl-1.0
Eclipse Editor for the Swagger-OpenAPI Description Language

Programming Languages

java
68154 projects - #9 most used programming language
language
365 projects

Projects that are alternatives of or similar to Kaizen Openapi Editor

Swurg
Parse OpenAPI documents into Burp Suite for automating OpenAPI-based APIs security assessments (approved by PortSwigger for inclusion in their official BApp Store).
Stars: ✭ 94 (-3.09%)
Mutual labels:  swagger, openapi, openapi3, json, yaml
Fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
Stars: ✭ 39,588 (+40712.37%)
Mutual labels:  rest, swagger, openapi, openapi3, json
Api Client Generator
Angular REST API client generator from Swagger YAML or JSON file with camel case settigs
Stars: ✭ 92 (-5.15%)
Mutual labels:  rest, swagger, json, yaml
Full Stack Fastapi Couchbase
Full stack, modern web application generator. Using FastAPI, Couchbase as database, Docker, automatic HTTPS and more.
Stars: ✭ 243 (+150.52%)
Mutual labels:  swagger, openapi, openapi3, json
Safrs
SqlAlchemy Flask-Restful Swagger Json:API OpenAPI
Stars: ✭ 255 (+162.89%)
Mutual labels:  swagger, openapi, openapi3, json
Restful React
A consistent, declarative way of interacting with RESTful backends, featuring code-generation from Swagger and OpenAPI specs 🔥
Stars: ✭ 1,814 (+1770.1%)
Mutual labels:  rest, swagger, openapi, openapi3
Spectral
A flexible JSON/YAML linter for creating automated style guides, with baked in support for OpenAPI v2 & v3.
Stars: ✭ 876 (+803.09%)
Mutual labels:  swagger, openapi, openapi3, json
Mockoon
Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.
Stars: ✭ 3,448 (+3454.64%)
Mutual labels:  rest, swagger, openapi, openapi3
Swagger Toolbox
💡 Swagger schema model (in yaml, json) generator from json data
Stars: ✭ 194 (+100%)
Mutual labels:  swagger, json, yaml, editor
Full Stack Fastapi Postgresql
Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.
Stars: ✭ 7,635 (+7771.13%)
Mutual labels:  swagger, openapi, openapi3, json
Swagger Parser
Swagger Spec to Java POJOs
Stars: ✭ 468 (+382.47%)
Mutual labels:  rest, swagger, openapi, openapi3
Openapi Gui
GUI / visual editor for creating and editing OpenAPI / Swagger definitions
Stars: ✭ 891 (+818.56%)
Mutual labels:  swagger, openapi, openapi3, editor
Swagger Ui
Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
Stars: ✭ 21,279 (+21837.11%)
Mutual labels:  rest, swagger, openapi, openapi3
Swagger Core
Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
Stars: ✭ 6,898 (+7011.34%)
Mutual labels:  rest, swagger, openapi, openapi3
Openapi Spring Webflux Validator
🌱 A friendly kotlin library to validate API endpoints using an OpenApi 3.0 and Swagger 2.0 specification
Stars: ✭ 67 (-30.93%)
Mutual labels:  rest, swagger, openapi, openapi3
Swagger Editor
Swagger Editor
Stars: ✭ 7,365 (+7492.78%)
Mutual labels:  rest, swagger, openapi3
Rolodex
📇API Documentation Generator for Phoenix
Stars: ✭ 34 (-64.95%)
Mutual labels:  swagger, openapi, openapi3
Hyperpotamus
🥋 YAML/JSON automation scripting 🤺
Stars: ✭ 38 (-60.82%)
Mutual labels:  rest, json, yaml
Openapi Viewer
Browse and test a REST API described with the OpenAPI 3.0 Specification
Stars: ✭ 82 (-15.46%)
Mutual labels:  swagger, openapi, openapi3
Flask Restx
Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
Stars: ✭ 1,050 (+982.47%)
Mutual labels:  rest, swagger, json
KaiZen OpenAPI Editor Logo

KaiZen OpenAPI Editor for Eclipse

KaiZen OpenAPI Editor is an Eclipse editor for the industry standard API description language, formerly known as Swagger. It now supports both Swagger-OpenAPI version 2.0 and OpenAPI version 3.0.

KaiZen Editor is a core component of RepreZen API Studio, a comprehensive solution for API modeling, documentation, visualization, testing and code generation, built on Eclipse.

We welcome your suggestions and contributions!

Eclipse Installer

KaiZen OpenAPI Editor is available on see below for other options:

Drag to your running Eclipse workspace.

NEW! OpenAPI 3.0 Editing

KaiZen OpenAPI Editor now features full support for the OpenAPI version 3.0 specification. See here for further details.

Feature Highlights

Drawing

Validation

Validation_screenshot

Code Assist

Code templates:
Code_template

Keywords and values:
CodeAssist_keys_and_values

Code Assist for References

Code assist for references has several scopes which can be viewed in sequence by pressing Ctrl+Space repeatedly:

  • The first scope shows only elements from the current document.
  • The second expands it to elements from the containing project.
  • The third shows elements from the entire workspace.
CodeAssist_for_references

Pressing the hotkey a fourth time starts the cycle over again, with document scope.

Navigation to a Reference

You can navigate to a reference using Ctrl+Click:
Navigation_to_references

Quick Outline

Quick Outline can be invoked with Ctrl+o. Similar to code assist for references, it has three scopes: model, project, and workspace. It also allows filtering:
Navigation_to_references

Outline

Outline View shows the contents of the active OpenAPI spec:
Navigation_to_references

Installing KaiZen OpenAPI Editor

KaiZen OpenAPI Editor requires Java 8 (64-bit) and Eclipse Oxygen or later.

Installing from Eclipse Marketplace

The Eclipse Marketplace solution is the easiest way to install KaiZen Editor into an Eclipse IDE. You can drag-and-drop the Install button from the browser into your Eclipse IDE, or use the built-in Eclipse Marketplace Client.

Drag to your running Eclipse workspace.

Installing from the Update Site

You can install KaiZen OpenAPI Editor into your Eclipse IDE by clicking Help > Install New Software... > Add... This will show a dialog box where you can select the location of the update site. Use the update site http://products.reprezen.com/swagedit/latest/ as the URL.

Installing RepreZen API Studio

KaiZen Editor is included as a core component of RepreZen API Studio, which adds live documentation and diagram views, sandbox testing with the built-in mock service and Swagger-UI, powerful code generation, and other features.

RepreZen API Studio is available through two different installation options:

  • API Studio Desktop installs as a standalone desktop application on Windows, MacOS or Linux.
  • API Studio for Eclipse installs into an Eclipse IDE distribution, allowing you to use RepreZen's API design, documentation and development features in your primary Eclipse development environment.
    Drag to your running Eclipse workspace.

Troubleshooting

See the Troubleshooting Guide for solutions to common problems.

Contributing to KaiZen OpenAPI Editor

We welcome contributions - documentation, bug reports or bug fixes. If you are interested in contributing to KaiZen Editor, please see the Developer's Guide.

We also created a list of good first bugs that are relatively easy to fix.

License

KaiZen OpenAPI Editor is provided under the Eclipse Public License v1.0

Video: KaiZen Editor in RepreZen API Studio

Editing Swagger-OpenAPI in RepreZen API Studio

Note: KaiZen Editor includes code assist, real-time validation, syntax highlighting, and outline view.
Eclipse Color Theme and EditBox are available as separate plugins.
RepreZen API Studio includes the mock service, live Swagger-UI, advanced code generation, and other features that are not part of KaiZen Editor. See the feature comparison here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].