Skip to main content
  • Log in
  • Manage Cookies
Eclipse Plugins, Bundles and Products - Eclipse Marketplace
  • My Marketplace
  • Add Content
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
    • Search

  1. Home
  2. Marketplace
  3. Tools
  4. OpenAPI Editor

Please be aware that some listings have been temporarily delisted from our marketplace in order to improve the security of the platform. We apologize for any inconvenience this may caused.

For more information on this matter, please visit #1.

If you are a listing owner and would like to have your listing(s) reinstated, please open a ticket at https://gitlab.eclipse.org/eclipsefdn/it/websites/marketplace.eclipse.org/-/issues.

Thank you for your understanding and cooperation.

Eclipse Foundation Member
OpenAPI Editor

OpenAPI Editor
32
0
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

Add this URL to your Eclipse Installation to reach this solution's update site.

2022-09 (4.25)
2022-06 (4.24)
2022-03 (4.23)
2021-12 (4.22)
2021-09 (4.21)
2021-06 (4.20)
2021-03 (4.19)
2020-12 (4.18)
2020-09 (4.17)
2020-06 (4.16)
2020-03 (4.15)
2019-12 (4.14)
2019-09 (4.13)
2019-06 (4.12)
2019-03 (4.11)
2018-12 (4.10)
2018-09 (4.9)
Photon (4.8)
Oxygen (4.7)
Neon (4.6)
2022-12 (4.26)
2023-03 (4.27)

https://apistudio.remainsoftware.com/updates

Learn more...

Screenshot 0

Screenshot 1

Screenshot 2

Screenshot 3

Details Group Tabs

Details

OpenAPI editor by Remain OpenAPI Studio. A rich OpenAPI editor and a full OAS3 specs-compliant development environment. This rich OpenAPI editor enables you to create, edit, delete and update OpenAPI schemas, paths, security, servers, examples, tags, and all other components as defined by the OAS3 specs.

The OpenAPI editor by Remain OpenAPI Studio also offers, out of the box,  a mock server, API testing, schemas, and full OpenAPI files imports and exports,  source code generation for all popular languages, and frameworks for both client and server sides.

OpenAPI editor by Remain OpenAPI Studio includes built-in documentation for all parts of the OAS3/OpenAPI specs.

The visual OpenAPI editor enables you to inspect and edit your OpenAPI specification in a human-readable way. No more wading around in JSON or YAML unless you want to.

The OpenAPI editor includes the Swagger UI for integrated API testing.

Try our OpenAPI editor for free!!! 

  • Download the standalone Remain OpenAPI Studio product
  • How to activate my trial license
  • OpenAPI editor usage wiki

 

Remain OpenAPI Studio & Test Release Features:

 

OpenAPI Editor v3.1.1

  • We've fixed some bugs.

OpenAPI Editor v3.1.0

  • We've fixed some bugs.

OpenAPI Editor v3.0.3

  • We've upgraded the source code generator CLI.
  • We've also resolved other server-side issues.

OpenAPI Editor v3.0.2

  • We've upgraded the OpenAPI JSON editor with a much better and more efficient editor.
  • We've also resolved many other client and server-side issues.

OpenAPI Editor v3.0.1

  • OpenAPI Document Validation: We've introduced the ability to validate parts of your OpenAPI document including:
    • Document Info (which is shown in the OpenAPI Studio first tab: Start)
    • Schemas & Schema Properties
    • Paths
    • Operations
    • Parameters, including global parameters
    • Request-bodies including the global ones.
    • Responses including the global responses 
  • We've added operation ID check and warn prior to operation creation to help avoid ID collisions.
  • We've added schema name check and only allow characters allowed by the specs in this matter.
  • We've enforced the OpenAPI specs in the editor's parameters UI section. Now we only show applicable styles choices per parameter location.
  • We've also resolved many other issues

OpenAPI Editor v2.1.0 

  • API testing: Existing methods update made possible.
  • Component source: Component source can now be triggered from the context menu.
  • Schema attributes view revamped. It shows now the schema format as well so that it can be edited.
  • Many more backend improvements and bug resolution.

OpenAPI Editor v2.0.3 

  • API Test: Improved.
  • OpenAPI studio installation improved.
  • Many more backend improvements and bug resolution.

OpenAPI Editor v2.0.2

  • API Test: Edit existing methods fields.
  • Global responses support: You can now define global responses and easily reuse them elsewhere in your OpenAPI document to avoid repetition and double maintenance.
  • Global callbacks support: Now, it's possible to define global callbacks and easily reuse them elsewhere in your OpenAPI document.
  • Global components deletion sync: When deleting a global component, be it a parameter, request body, or response, the user has now the choice to keep or delete references to this global component.
  • We've also implemented many backend enhancements and fixed many open issues.

OpenAPI Editor v2.0.1

  • Full-fledged Testing Capabilities
    • HTTP Request Client: with all needed input and explanatory output UI.
    • Test your whole OpenAPI requests in one go. Or pick just one request or method to test
    • Flexibility to save and organize your test cases and test suites 
  • Mock-server
    • Fully integrated and locally served auto-mock server
    • Auto-mock server that handles requests, callbacks, validates path and incoming parameters, and generates a mock response based on the definitions in your OpenAPI document
    • Run your Remain API test against the auto-mock server
  • Schema XML Representation
    • We've introduced a new tab so that you can define a schema's XML data format
  • Global Tags
    • We've introduced a new tab: Tags, where global tags can be viewed/edited. Overriding tags on the operation level has been improved.
  • Inline Schema Attributes
    • It's possible now to view/edit an inline schema in the Attributes view.
  • Documentations & Configurations Generation
    • Documentations and configurations can now be generated from your OAS3 document.
  • View Docs In Browser
    • The generated docs can also be served and viewed in the browser for ease of use.
  • Component Source Code
    • For more development focus, it's now possible to select one component (e.g., schema, path, operation, security scheme, tag, or server) and view its source code in the component source view. You can also toggle between Yaml and JSON by using the local menu.
  • Schema Required Properties
    • You can now view/edit the required properties of a schema.
  • Schema Attributes
    • The attributes tab has been polished. Now, it shows only relevant fields to the selected schema. Additionally, we've added the enum and example fields.
  • Parameter Style And Explode Fields
    • We've added support for the parameter style and explode fields.
  • Attributes View Revamp
    • We've extended the Schema Attributes view with these three tabs: Properties, Additional Properties, XML, and Discriminator tabs so that you can view/edit an inline schema and drill down schema properties.
  • Parameter Content-type
    • We now support parameter content type definitions for more granular parameter type control.
  • Schema Example Generation
    • You can let our OpenAPI studio generate a precise mock example for your schema with one click.
  • Web OpenAPI Editor
    • We're offering a web OpenAPI editor. We've augmented and integrated the Swagger web editor. You can now edit your OpenAPI document from this locally served web editor as well, using your favorite web theme and save your changes back.
  • JSON from/to Yaml
    • With one click, you can now convert your document format between JSON and Yaml without affecting your current document as a new one with the same name and a  different extension (.json/.yaml) will be generated for you.
  • External Schema Reference
    • In addition to the current internal schema referencing (schemas in the same document), you can now refer to an external schema, be it on the same file system or remote on another server. A referenced schema data is automatically fetched and shown (currently read-only mode) in views as if it's an internal schema.
  • Response Headers
    • We've added support for response headers.
  • Schema Discriminator
    • We've added support for the schema discriminator object and mappings.
  • We've also implemented many backend enhancements and fixed many open issues

 

OpenAPI Editor v1.0.11

  • 8 new Generators - Nodejs, PHP, etc..
  • Convert Swagger API to OpenAPI (OAS3)
  • Circumvent CORS restrictions while testing locally
  • Server and Client code generators for many languages.
  • Extract  OpenAPI schema from a payload or sample
  • Show the source. Click from the visual editor to find the correct source location.
  • Server and client generation from OpenAPI (OAS3) 
  • License UI Revamp
  • Integrated Rating and Feedback
  • Support site integration
  • Stability and usage enhancements

 

Categories:
  • Editor,
  • SOA Development,
  • Web,
  • Web Services,
  • Web, XML, Java EE and OSGi Enterprise Development
Tags:
  • OpenAPI,
  • oas3,
  • open,
  • api,
  • editor,
  • Studio,
  • REST,
  • Swagger,
  • oas2,
  • JSON,
  • yaml
Additional Details
Eclipse Versions: 
2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), 2022-12 (4.26), 2023-03 (4.27)
Platform Support: 
Windows, Mac, Linux/GTK
Organization Name: 
Remain Software
Development Status: 
Production/Stable
Date Created: 
Fri, 2019-03-22 10:56
License: 
Commercial - Free
Date Updated: 
Fri, 2023-01-13 10:07
Submitted by: 
Wim Jongman
Subscribe to OpenAPI Editor RSS-feed
Screenshots
Screenshot 0
Screenshot 1
Screenshot 2
Screenshot 3
Metrics
DateRankingInstallsClickthroughs
February 2023193/56734 (0.04%)7
January 2023204/677128 (0.04%)45
December 2022242/80599 (0.03%)43
November 2022249/80894 (0.02%)48
October 2022275/81174 (0.02%)50
September 2022213/812133 (0.03%)36
August 2022212/808117 (0.03%)13
July 2022205/816138 (0.04%)31
June 2022254/81093 (0.02%)17
May 2022239/810112 (0.03%)36
April 2022248/817108 (0.03%)26
March 2022240/820120 (0.03%)28
View Data for all Listings
Errors

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)
External Install Button

Marketplace Drag to Install button

By adding the following code below to your website you will be able to add an install button for OpenAPI Editor.

HTML Code:


Markdown Syntax:



Output: Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client
Wednesday, February 8, 2023 - 03:56
  • Sign in to post reviews.

Markets

  • Eclipse Project (4)
  • Tools (1342)
    • Application Development Frameworks (171)
    • Application Management (32)
    • Application Server (31)
    • BIRT (10)
    • Build and Deploy (104)
    • Business Intelligence, Reporting and Charting (14)
    • Code Management (117)
    • Collaboration (37)
    • Database (44)
    • Database Development (34)
    • Database Persistence (17)
    • Documentation (60)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
    • EclipseRT Target Platform Components (10)
    • Editor (339)
    • Entertainment (14)
    • General Purpose Tools (124)
    • Graphics (34)
    • IDE (344)
    • Internet of Things (IoT) (35)
    • J2EE Development Platform (44)
    • J2ME (5)
    • Languages (155)
    • Linux Tools (19)
    • Logging (22)
    • Mobile and Device Development (49)
    • Modeling (90)
    • Modeling Tools (146)
    • Mylyn Connectors (20)
    • Network (14)
    • Other (74)
    • Process (18)
    • Profiling (22)
    • Programming Languages (100)
    • Reporting (32)
    • Rich Client Applications (39)
    • Science (4)
    • SCM (20)
    • Search (42)
    • SOA Development (15)
    • Source Code Analyzer (99)
    • Systems Development (59)
    • Team Development (54)
    • Testing (90)
    • Tools (568)
    • UI (97)
    • UML (40)
    • Web (90)
    • Web Services (31)
    • Web, XML, Java EE and OSGi Enterprise Development (32)
    • XML (29)
  • IoT (172)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
  • RCP Applications (79)
  • Training & Consulting (53)
  • Long Term Support (11)

Search

Advanced Search

More like this

  • RepreZen API Studio- Powerful OpenAPI Design, Documentation & Development
  • COFIQ- Get Your SOA/API/Microservice Act Together!
  • Red Hat CodeReady Studio (formerly Developer Studio)
  • Eclipse Enterprise Java and Web Developer Tools
  • Eclipse Web Developer Tools

Favorited by

Eclipse Foundation

  • About Us
  • Contact Us
  • Sponsor
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors
  • Careers

Legal

  • Publishing Guidelines
  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Welcome to Marketplace
  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top