/codewind-openapi-eclipse

codewind-openapi-eclipse

Primary LanguageJavaEclipse Public License 2.0EPL-2.0

Codewind OpenAPI Tools for Eclipse

License

The Codewind OpenAPI Tools for Eclipse includes wizards that invoke the OpenAPI Generator to create API clients, server stubs, and HTML documentation from OpenAPI Specifications. The tools are integrated and customized to work with Codewind for Eclipse, but they also work with a base Eclipse IDE for Java EE Developers installation.

Installing

  1. Download and install the latest Eclipse IDE for Java EE Developers or use an existing installation. If you use Codewind OpenAPI Tools with Codewind, the earliest supported version of the Eclipse IDE is 4.11.0 (2019-03).
  2. [Optional] Install Codewind from the Eclipse Marketplace.
  3. Install the Codewind OpenAPI Tools from the Eclipse Marketplace.

Running commands

  1. Launch the context menu on any existing workspace projects or any openapi.yaml workspace OpenAPI Specification files from the Package Explorer or Project Explorer views.
  2. If Codewind is installed, the context menu generator actions are available in the Codewind Explorer view.
  3. Ensure at least one OpenAPI Specification is in the project.
  4. Select an action to generate the client or server stubs or HTML documentation.
  5. Enter the requested information that is displayed in the wizard.
  6. After generation, edit the .openapi-generator-ignore file to ensure that subsequent code generation does not overwrite custom code.

Features

  • Generate API clients in any of the supported languages/frameworks.
  • Generate server stubs in any of the supported languages/frameworks.
  • Generate HTML documentation from an OpenAPI Specification file.

Contributing

Submitting issues