Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Removing space OpenAPI Eclipse #710

Merged
merged 2 commits into from
Oct 1, 2020
Merged
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
14 changes: 7 additions & 7 deletions docs/_documentations/codewind-openapi-eclipse.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
---
layout: docs
title: Open API Tools for Eclipse Codewind in Eclipse
description: How to work with the Open API Tools for Eclipse Codewind in Eclipse
keywords: install, run, open, import, show, restart, edit, build, logs, tools, eclipse, Open API Tools for Eclipse Codewind
title: OpenAPI Tools for Eclipse Codewind in Eclipse
description: How to work with the OpenAPI Tools for Eclipse Codewind in Eclipse
keywords: install, run, open, import, show, restart, edit, build, logs, tools, eclipse, OpenAPI Tools for Eclipse Codewind
duration: 1 minute
permalink: open-api-tools-for-eclipse.html
type: document
order: 30
---

# Open API Tools for Eclipse Codewind in Eclipse
# OpenAPI Tools for Eclipse Codewind in Eclipse

The Open API Tools for Eclipse Codewind includes wizards that invoke the OpenAPI Generator to create API clients, server stubs, and HTML documentation from OpenAPI definitions. 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.
The OpenAPI Tools for Eclipse Codewind includes wizards that invoke the OpenAPI Generator to create API clients, server stubs, and HTML documentation from OpenAPI definitions. 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](https://www.eclipse.org/downloads/packages/release/) or use an existing installation. If you use Open API Tools for Eclipse Codewind, the earliest supported version of the Eclipse IDE for Codewind is Version 2019-06 (4.12).
1. Download and install the latest [Eclipse IDE for Java EE Developers](https://www.eclipse.org/downloads/packages/release/) or use an existing installation. If you use OpenAPI Tools for Eclipse Codewind, the earliest supported version of the Eclipse IDE for Codewind is Version 2019-06 (4.12).
2. [Optional] Install [Codewind from the Eclipse Marketplace](https://marketplace.eclipse.org/content/codewind).
3. Install the [Open API Tools for Eclipse Codewind from the Eclipse Marketplace](https://marketplace.eclipse.org/content/codewind).
3. Install the [OpenAPI Tools for Eclipse Codewind from the Eclipse Marketplace](https://marketplace.eclipse.org/content/codewind).

## Generating HTML and client and server stubs by using the OpenAPI wizard
1. Launch the context menu on any existing workspace projects or any `openapi.yaml` workspace OpenAPI definition files from the **Package Explorer** or **Project Explorer** views.
Expand Down