Skip to content

keithchong/codewind-vscode-openapi-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codewind OpenAPI Tools for VS Code

The Codewind OpenAPI Tools for VS Code provide commands that invoke the OpenAPI Generator to create API clients, server stubs, and HTML documentation from OpenAPI Specifications. The tools are integrated with and are customized to work with Codewind for VS Code but they can work standalone without the Codewind extension.

Getting started

  1. Install VS Code version 1.27 or later.
  2. Install Codewind for VS Code from the VS Code Marketplace or by searching for "Codewind" in the VS Code Extensions view.
  3. This extension pulls the OpenAPI Generator CLI Docker Image and runs the OpenAPI generator in a Docker container. Install Docker if necessary.

How to use

  • To access the commands, navigate to the Explorer view group and open the Codewind view.
  • Open the Command Palette and type "OpenAPI" to see the actions available.
  • Or, to access the context menu commands, from the Codewind view, bring up the context menu on a project and select one of the Generate actions.
  • Ensure the OpenAPI definition is in the folder/project prior to running the commands
  • After generation, edit .openapi-generator-ignore to ensure subsequent code generation does not overwrite custom code

Features

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published