kiota/vscode/microsoft-kiota
github-actions[bot] c2092a12d7
Merge pull request #5377 from microsoft/dependabot/npm_and_yarn/vscode/microsoft-kiota/eslint-447156b953
chore(deps-dev): bump the eslint group in /vscode/microsoft-kiota with 3 updates
2024-09-10 12:01:53 +03:00
..
.vscode - adds kiota as a known spell check word 2023-05-16 09:36:45 -04:00
images - updates extension logo 2023-04-11 12:41:12 -04:00
l10n Feature: Update kiota vs code extension (#4500) 2024-08-22 12:34:11 +03:00
media - replaces confusing checkmark 2023-03-27 11:19:56 -04:00
src Merge pull request #5355 from microsoft/chore/linting 2024-09-09 02:39:31 -04:00
.gitignore - excludes out directory from tracked files 2023-09-25 09:32:44 -04:00
.hintrc - adds missing configuration file 2023-08-22 09:43:29 -04:00
.vscodeignore - moves webpack config to cjs 2023-09-27 09:19:23 -04:00
LICENSE - copies license file 2023-03-27 11:19:37 -04:00
README.md fix typos 2024-01-15 15:20:31 +09:00
debugging.md Feature: Update kiota vs code extension (#4500) 2024-08-22 12:34:11 +03:00
eslint.config.mjs fix: migrates eslint configuration 2024-07-24 13:23:32 -04:00
package-lock.json Merge pull request #5377 from microsoft/dependabot/npm_and_yarn/vscode/microsoft-kiota/eslint-447156b953 2024-09-10 12:01:53 +03:00
package.json Merge pull request #5377 from microsoft/dependabot/npm_and_yarn/vscode/microsoft-kiota/eslint-447156b953 2024-09-10 12:01:53 +03:00
package.nls.ar.json Feature: Update kiota vs code extension (#4500) 2024-08-22 12:34:11 +03:00
package.nls.cs.json Feature: Update kiota vs code extension (#4500) 2024-08-22 12:34:11 +03:00
package.nls.es.json Feature: Update kiota vs code extension (#4500) 2024-08-22 12:34:11 +03:00
package.nls.fr.json Feature: Update kiota vs code extension (#4500) 2024-08-22 12:34:11 +03:00
package.nls.it.json Feature: Update kiota vs code extension (#4500) 2024-08-22 12:34:11 +03:00
package.nls.ja.json Feature: Update kiota vs code extension (#4500) 2024-08-22 12:34:11 +03:00
package.nls.json Feature: Update kiota vs code extension (#4500) 2024-08-22 12:34:11 +03:00
package.nls.pl.json Feature: Update kiota vs code extension (#4500) 2024-08-22 12:34:11 +03:00
package.nls.pt.json Feature: Update kiota vs code extension (#4500) 2024-08-22 12:34:11 +03:00
package.nls.ru.json Feature: Update kiota vs code extension (#4500) 2024-08-22 12:34:11 +03:00
package.nls.sw.json Feature: Update kiota vs code extension (#4500) 2024-08-22 12:34:11 +03:00
package.nls.tr.json Feature: Update kiota vs code extension (#4500) 2024-08-22 12:34:11 +03:00
package.nls.zh-cn.json Feature: Update kiota vs code extension (#4500) 2024-08-22 12:34:11 +03:00
tsconfig.json - adds path mapping for glob 2023-09-27 09:20:53 -04:00
vsc-extension-quickstart.md - vscode project scaffolding 2023-02-22 14:39:51 -05:00
webpack.config.cjs - moves webpack config to cjs 2023-09-27 09:19:23 -04:00

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.