Microsoft.OpenApi.Kiota 1.24.0-preview.202502270001

Project

Dotnet CodeQL Coverage Sonarcloud Status

Kiota is a command line tool for generating an API client to call any OpenAPI described API you are interested in. The goal is to eliminate the need to take a dependency on a different API SDK for every API that you need to call. Kiota API clients provide a strongly typed experience with all the features you expect from a high quality API SDK, but without having to learn a new library for every HTTP API.

This library builds on top of the Microsoft.OpenAPI.NET library to ensure comprehensive support for APIs that use OpenAPI descriptions. One of the goals of the project is to provide the best code generator support possible for OpenAPI and JSON Schema features. The conceptual documentation describes how kiota works and the high level concepts, this readme documents how to get started with Kiota.

Getting started

Generating SDKs

  1. Install required tools and dependencies. (refer to the Supported Languages table under the Required tools & dependencies column)
  2. Get Kiota using one of the available options.
  3. Generate your API client, checkout the Parameters reference for the different options.
  4. Start calling your API using your fluent API Client.

Supported languages

The following table provides an overview of the languages supported by Kiota and the progress in the implementation of the different components.

Language Generation Abstractions Serialization Authentication HTTP Required tools & dependencies
CLI 🛠️ (see CSharp) + 🛠️ (see CSharp) (see CSharp) (see CSharp) link
CSharp FORM, JSON, MULTIPART, TEXT Anonymous, API Key, Azure link
Dart 🛠️ 🛠️ 🛠️ FORM, 🛠️ JSON, 🛠️ MULTIPART, 🛠️ TEXT 🛠️ Anonymous, 🛠️ API Key 🛠️ link
Go FORM, JSON, MULTIPART, TEXT Anonymous, API Key, Azure link
Java FORM, JSON, MULTIPART, TEXT Anonymous, API Key, Azure link
PHP JSON, FORM, MULTIPART, TEXT Anonymous, ✔️ PHP League link
Python FORM, JSON, MULTIPART, TEXT Anonymous, Azure link
Ruby 🛠️ 🛠️ ❌ FORM, JSON, ❌ MULTIPART, ❌ TEXT Anonymous, OAuth2 🛠️
Swift 🛠️ ❌ FORM, ❌ JSON, ❌ FORM, ❌ TEXT Anonymous, ❌ Azure
TypeScript/JavaScript 🛠️ 🛠️ FORM, JSON, MULTIPART, TEXT Anonymous, API Key, Azure, SPFx 🛠️ link

Legend: ✔ -> stable, 🛠️ -> in preview, ❌ -> not started, ▶ -> in progress.

Parameters reference

Parameters are documented here.

Debugging

Make sure you install the pre-requisites first. If you are using Visual Studio Code as your IDE, the launch.json file already contains the configuration to run Kiota. By default this configuration will use the openApiDocs/v1.0/Mail.yml under the PowerShell repository as the OpenAPI to generate an SDK for. By default this configuration will output the generated files in a graphdotnetv4|graphjavav4|graphtypescriptv4 folder located in the parent folder this repository is cloned in.

Selecting the language you want to generate an API client for in the Visual Studio Debug tab and hitting F5 will automatically build, start, and attach the debugging process to Kiota.

Samples

You can find samples of clients generated with Kiota in the Kiota samples repository.

An example of an application that is calling multiple API can be found in the KiotaApp repo

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

https://github.com/microsoft/kiota/releases

This package has no dependencies.

Version Downloads Last updated
1.30.0 2 2/19/2026
1.29.0 5 11/26/2025
1.28.0 14 8/19/2025
1.27.0 10 6/29/2025
1.27.0-preview.202506050001 12 7/2/2025
1.27.0-preview.202505290001 9 7/2/2025
1.27.0-preview.202505220001 11 6/10/2025
1.26.1 10 6/29/2025
1.26.0 11 6/30/2025
1.25.1 9 7/2/2025
1.25.1-preview.202505010001 10 6/29/2025
1.25.1-preview.202504240001 10 6/29/2025
1.25.1-preview.202504170001 19 6/29/2025
1.25.1-preview.202504100001 9 6/29/2025
1.24.3 10 6/28/2025
1.24.2 10 7/1/2025
1.24.1 10 6/28/2025
1.24.0 12 6/28/2025
1.24.0-preview.202503060001 13 3/8/2025
1.24.0-preview.202502270001 12 3/5/2025
1.24.0-preview.202502200001 10 3/2/2025
1.24.0-preview.202502130001 16 3/5/2025
1.23.0 10 2/28/2025
1.23.0-preview.202501300001 10 3/4/2025
1.22.3 11 2/28/2025
1.22.2 10 2/28/2025
1.22.1 9 2/28/2025
1.22.0 11 2/28/2025
1.22.0-preview.202412260001 11 3/4/2025
1.22.0-preview.202412190001 10 3/5/2025
1.22.0-preview.202412120001 12 2/28/2025
1.21.0 10 2/28/2025
1.21.0-preview.202411290004 11 3/5/2025
1.21.0-preview.202411290003 12 3/5/2025
1.21.0-preview.202411290002 12 3/5/2025
1.21.0-preview.202411210001 14 2/28/2025
1.21.0-preview.202411140001 15 3/5/2025
1.20.0 12 2/28/2025
1.20.0-preview.202410240001 10 3/2/2025
1.20.0-preview.202410170001 15 3/4/2025
1.20.0-preview.202410100001 11 2/28/2025
1.19.1 8 2/28/2025
1.19.0 11 2/28/2025
1.19.0-preview.202409260001 7 3/5/2025
1.19.0-preview.202409200002 12 3/5/2025
1.19.0-preview.202409190001 10 3/5/2025
1.19.0-preview.202409120001 16 3/5/2025
1.18.0 9 2/28/2025
1.18.0-preview.202408290001 12 3/5/2025
1.18.0-preview.202408220001 11 3/5/2025
1.18.0-preview.202408150001 13 3/5/2025
1.17.0 13 2/28/2025
1.17.0-preview.202408010001 15 3/5/2025
1.16.0 9 2/28/2025
1.16.0-preview.202406270001 12 3/5/2025
1.16.0-preview.202406200001 12 3/5/2025
1.16.0-preview.202406130001 13 3/5/2025
1.15.0 12 6/14/2024
1.15.0-preview.202405300001 9 3/5/2025
1.15.0-preview.202405230001 14 3/5/2025
1.15.0-preview.202405160001 12 3/5/2025
1.15.0-preview.202405090001 10 3/5/2025
1.14.0 10 2/28/2025
1.14.0-preview.202404250001 16 3/5/2025
1.14.0-preview.202404180001 14 3/5/2025
1.14.0-preview.202404110001 11 3/2/2025
1.13.0 20 2/28/2025
1.13.0-preview.202403280001 11 3/5/2025
1.13.0-preview.202403210001 13 3/4/2025
1.12.0 11 2/28/2025
1.12.0-preview.202403040006 12 3/5/2025
1.12.0-preview.202402290001 16 3/4/2025
1.12.0-preview.202402220002 8 2/28/2025
1.11.1 12 2/28/2025
1.11.1-preview.202402220001 12 3/3/2025
1.11.1-preview.202402150001 11 3/4/2025
1.11.1-preview.202402080001 13 3/4/2025
1.11.0 9 2/28/2025
1.11.0-preview.202401300001 11 2/28/2025
1.10.1 12 2/28/2025
1.10.0 10 2/28/2025
1.10.0-preview.202312210001 10 2/28/2025
1.9.1 11 3/2/2025
1.9.0 10 3/2/2025
1.9.0-preview.202311300001 13 3/4/2025
1.9.0-preview.202311230001 11 3/5/2025
1.9.0-preview.202311160001 11 3/6/2025
1.8.2 14 3/2/2025
1.8.1 18 3/2/2025
1.8.0 13 3/2/2025
1.8.0-preview.202310260001 12 3/5/2025
1.8.0-preview.202310190001 12 3/5/2025
1.8.0-preview.202310120001 11 3/4/2025
1.7.0 13 3/2/2025
1.7.0-preview.202309280001 9 3/5/2025
1.7.0-preview.202309210001 13 3/5/2025
1.6.1 15 3/2/2025
1.6.0-preview.202309070001 14 3/5/2025
1.6.0-preview.202308310001 11 3/5/2025
1.6.0-preview.202308240001 11 3/5/2025
1.5.1 13 3/2/2025
1.5.0 12 3/2/2025
1.5.0-preview.202308030001 15 3/5/2025
1.5.0-preview.202307270001 11 3/5/2025
1.5.0-preview.202307200001 10 3/5/2025
1.5.0-preview.202307170006 10 3/5/2025
1.4.0 12 3/2/2025
1.4.0-preview.202307140002 10 3/5/2025
1.4.0-preview.202307140001 13 3/5/2025
1.4.0-preview.202307130012 10 3/5/2025
1.4.0-preview.202307130004 10 3/5/2025
1.4.0-preview.202307130003 13 3/5/2025
1.3.0 13 3/2/2025
1.2.1 9 3/2/2025
1.2.0 14 3/2/2025
1.1.3 12 3/2/2025
1.1.2 12 3/2/2025
1.1.1 15 3/2/2025
1.1.0 12 3/2/2025
1.0.1 13 3/2/2025
1.0.0 14 3/2/2025
0.11.1-preview 10 2/28/2025
0.11.0-preview 13 2/28/2025
0.10.0-preview 10 2/28/2025
0.9.0-preview 12 2/28/2025
0.8.3-preview 14 2/28/2025
0.7.1-preview 14 2/28/2025
0.6.0-preview 16 2/28/2025
0.5.1-preview 14 2/28/2025
0.5.0-preview 14 2/28/2025
0.4.0-preview 14 2/28/2025
0.3.0-preview 11 2/28/2025
0.2.1-preview 23 2/28/2025
0.2.0-preview 17 2/28/2025
0.1.3-preview 20 2/28/2025
0.1.2-preview 19 2/28/2025
0.1.1-preview 15 2/28/2025
0.1.0-preview 12 2/28/2025