kiota/vscode/microsoft-kiota
Charles Wahome 5074b65b5f
Merge branch 'elinor/add-kiota-workspace' into task/refactor-extensions-file
2024-08-15 18:11:50 +03:00
..
.vscode
images
l10n chore: adds missing french translations 2024-08-15 10:02:53 -04:00
media
src Merge branch 'elinor/add-kiota-workspace' into task/refactor-extensions-file 2024-08-15 13:41:30 +03:00
.gitignore
.hintrc
.vscodeignore
LICENSE
README.md
debugging.md Fixing vscode sideloading script for Windows 2024-06-03 15:16:13 -04:00
eslint.config.mjs fix: migrates eslint configuration 2024-07-24 13:23:32 -04:00
package-lock.json Merge branch 'main' into elinor/add-kiota-workspace 2024-08-15 12:47:03 +03:00
package.json Feat: Add migration dialog (#5144) 2024-08-15 12:23:39 +03:00
package.nls.ar.json Feat: Add migration dialog (#5144) 2024-08-15 12:23:39 +03:00
package.nls.cs.json Feat: Add migration dialog (#5144) 2024-08-15 12:23:39 +03:00
package.nls.es.json Feat: Add migration dialog (#5144) 2024-08-15 12:23:39 +03:00
package.nls.fr.json Feat: Add migration dialog (#5144) 2024-08-15 12:23:39 +03:00
package.nls.it.json Feat: Add migration dialog (#5144) 2024-08-15 12:23:39 +03:00
package.nls.ja.json Feat: Add migration dialog (#5144) 2024-08-15 12:23:39 +03:00
package.nls.json Feat: Add migration dialog (#5144) 2024-08-15 12:23:39 +03:00
package.nls.pl.json Feat: Add migration dialog (#5144) 2024-08-15 12:23:39 +03:00
package.nls.pt.json Feat: Add migration dialog (#5144) 2024-08-15 12:23:39 +03:00
package.nls.ru.json Feat: Add migration dialog (#5144) 2024-08-15 12:23:39 +03:00
package.nls.sw.json Feat: Add migration dialog (#5144) 2024-08-15 12:23:39 +03:00
package.nls.tr.json Feat: Add migration dialog (#5144) 2024-08-15 12:23:39 +03:00
package.nls.zh-cn.json update static string localization files 2024-05-22 15:40:26 +03:00
tsconfig.json
vsc-extension-quickstart.md
webpack.config.cjs

README.md

Microsoft Kiota

Kiota is a client generator for HTTP REST APIs described by OpenAPI. The experience is available as a command-line tool and as a Visual Studio Code extension. Kiota helps eliminate the need to take a dependency on a different API client for every API that you need to call, as well as limiting the generation to the exact API surface area youre interested in, thanks to a filtering capability.

Features

Using kiota you can:

  1. Search for API descriptions.
  2. Filter and select the API endpoints you need.
  3. Generate models and a chained method API surface in the language of your choice.
  4. Call the API with the new client.

All that in a matter of seconds.

Microsoft Kiota extension for Visual Studio Code

This Visual Studio Code (VS Code) extension adds a rich UI for the Kiota experience. The features include all of Kiota capabilities such as search for API descriptions, filtering and generating API clients and more!

  • Once the extension is installed, you will be able to see the commands available to you.
VScode extension commands
  • Search for an API description using a keyword
vscode extension search vscode extension search results
  • Select the OpenAPI description you are interested in and you will be presented with the Kiota OpenAPI Explorer containing all the available endpoints
Kiota OpenAPI explorer
  • Select the endpoints to include in your API client
kiota vscode select endpoint
  • Finally, you can generate the API client. You will be prompted to provide some parameters for your client such as the class and namespace names. You will also need to select the language for the generated client.
generation complete

Requirements

None.

Extension Settings

None.

Known Issues

Checkout the list of open issues to get a list of the known issues.

Release Notes

Checkout the release notes to get more information about each release.