Microsoft.OpenApi.Kiota.Builder 1.9.0-preview.202311230001

Prefix Reserved
This is a prerelease version of Microsoft.OpenApi.Kiota.Builder.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.OpenApi.Kiota.Builder --version 1.9.0-preview.202311230001
                    
NuGet\Install-Package Microsoft.OpenApi.Kiota.Builder -Version 1.9.0-preview.202311230001
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.OpenApi.Kiota.Builder" Version="1.9.0-preview.202311230001" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.OpenApi.Kiota.Builder" Version="1.9.0-preview.202311230001" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.OpenApi.Kiota.Builder" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.OpenApi.Kiota.Builder --version 1.9.0-preview.202311230001
                    
#r "nuget: Microsoft.OpenApi.Kiota.Builder, 1.9.0-preview.202311230001"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.OpenApi.Kiota.Builder@1.9.0-preview.202311230001
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.OpenApi.Kiota.Builder&version=1.9.0-preview.202311230001&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.OpenApi.Kiota.Builder&version=1.9.0-preview.202311230001&prerelease
                    
Install as a Cake Tool

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
CSharp FORM, JSON, MULTIPART, TEXT Anonymous, API Key, Azure 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 link
CLI (see CSharp) + (see CSharp) (see CSharp) (see CSharp) link
Swift ❌ FORM, ❌ JSON, ❌ FORM, ❌ TEXT Anonymous, ❌ Azure
TypeScript/JavaScript FORM, JSON, MULTIPART, TEXT Anonymous, API Key, Azure link

Legend: ✔ → 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.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Microsoft.OpenApi.Kiota.Builder:

Package Downloads
FastEndpoints.ClientGen.Kiota

API Client Generator for FastEndpoints using Kiota.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Microsoft.OpenApi.Kiota.Builder:

Repository Stars
FastEndpoints/FastEndpoints
A light-weight REST API development framework for ASP.NET 8 and newer.
Version Downloads Last Updated
1.28.0 1,384 7/11/2025
1.27.0 4,700 6/11/2025
1.27.0-preview.202506050001 134 6/5/2025
1.27.0-preview.202505290001 139 5/29/2025
1.27.0-preview.202505220001 139 5/22/2025
1.26.1 829 5/16/2025
1.26.0 5,855 5/6/2025
1.25.1 74,102 4/4/2025
1.25.1-preview.202505010001 148 5/1/2025
1.25.1-preview.202504240001 157 4/24/2025
1.25.1-preview.202504170001 178 4/17/2025
1.25.1-preview.202504100001 160 4/10/2025
1.24.3 528 3/26/2025
1.24.2 516 3/26/2025
1.24.1 331 3/13/2025
1.24.0 612 3/12/2025
1.24.0-preview.202503060001 218 3/6/2025
1.24.0-preview.202502270001 106 2/27/2025
1.24.0-preview.202502200001 79 2/27/2025
1.24.0-preview.202502130001 96 2/27/2025
1.23.0 12,043 2/7/2025
1.23.0-preview.202501300001 104 1/31/2025
1.22.3 21,675 1/15/2025
1.22.2 257 1/13/2025
1.22.1 230 1/10/2025
1.22.0 177 1/9/2025
1.22.0-preview.202412260001 116 12/27/2024
1.22.0-preview.202412190001 96 12/19/2024
1.22.0-preview.202412120001 134 12/12/2024
1.21.0 10,927 12/5/2024
1.21.0-preview.202411290004 297 11/29/2024
1.21.0-preview.202411290003 100 11/29/2024
1.21.0-preview.202411290002 98 11/29/2024
1.21.0-preview.202411210001 176 11/22/2024
1.21.0-preview.202411140001 94 11/15/2024
1.20.0 25,197 11/7/2024
1.20.0-preview.202410240001 97 10/24/2024
1.20.0-preview.202410170001 139 10/18/2024
1.20.0-preview.202410100001 93 10/10/2024
1.19.1 108,725 10/11/2024
1.19.0 1,056 10/3/2024
1.19.0-preview.202409260001 76 9/26/2024
1.19.0-preview.202409200002 84 9/20/2024
1.19.0-preview.202409190001 92 9/20/2024
1.19.0-preview.202409120001 92 9/12/2024
1.18.0 10,117 9/5/2024
1.18.0-preview.202408290001 84 8/29/2024
1.18.0-preview.202408220001 96 8/22/2024
1.18.0-preview.202408150001 92 8/15/2024
1.17.0 11,049 8/9/2024
1.17.0-preview.202408010001 74 8/1/2024
1.16.0 13,488 7/5/2024
1.16.0-preview.202406270001 104 6/27/2024
1.16.0-preview.202406200001 111 6/21/2024
1.16.0-preview.202406130001 84 6/13/2024
1.15.0 4,216 6/6/2024
1.15.0-preview.202405300001 94 5/31/2024
1.15.0-preview.202405230001 106 5/23/2024
1.15.0-preview.202405160001 110 5/16/2024
1.15.0-preview.202405090001 109 5/9/2024
1.14.0 7,318 5/2/2024
1.14.0-preview.202404250001 105 4/25/2024
1.14.0-preview.202404180001 97 4/18/2024
1.14.0-preview.202404110001 123 4/12/2024
1.13.0 3,600 4/4/2024
1.13.0-preview.202403280001 108 3/28/2024
1.13.0-preview.202403210001 118 3/21/2024
1.12.0 13,037 3/7/2024
1.12.0-preview.202403040006 117 3/4/2024
1.12.0-preview.202402290001 101 2/29/2024
1.12.0-preview.202402220002 89 2/22/2024
1.11.1 1,593 2/5/2024
1.11.1-preview.202402220001 99 2/22/2024
1.11.1-preview.202402150001 98 2/15/2024
1.11.1-preview.202402080001 101 2/8/2024
1.11.0 159 2/1/2024
1.11.0-preview.202401300001 93 1/30/2024
1.10.1 6,471 1/12/2024
1.10.0 187 1/11/2024
1.10.0-preview.202312210001 151 12/22/2023
1.9.1 3,220 12/13/2023
1.9.0 1,303 12/7/2023
1.9.0-preview.202311300001 127 11/30/2023
1.9.0-preview.202311230001 119 11/23/2023
1.9.0-preview.202311160001 113 11/16/2023
1.8.2 602 11/8/2023
1.8.1 211 11/2/2023
1.8.0 182 11/2/2023
1.8.0-preview.202310260001 124 10/26/2023
1.8.0-preview.202310190001 115 10/19/2023
1.8.0-preview.202310120001 126 10/12/2023
1.7.0 281 10/5/2023
1.7.0-preview.202309280001 110 9/28/2023
1.7.0-preview.202309210001 116 9/21/2023
1.6.1 290 9/11/2023
1.6.0-preview.202309070001 144 9/7/2023
1.6.0-preview.202308310001 145 8/31/2023
1.6.0-preview.202308240001 145 8/24/2023
1.5.1 289 8/9/2023
1.5.0 240 8/4/2023
1.5.0-preview.202308030001 148 8/3/2023
1.5.0-preview.202307270001 148 7/27/2023
1.5.0-preview.202307200001 159 7/20/2023
1.5.0-preview.202307170006 164 7/17/2023
1.4.0 280 7/10/2023
1.4.0-preview.202307140002 150 7/14/2023
1.4.0-preview.202307140001 149 7/14/2023
1.4.0-preview.202307130012 153 7/13/2023
1.4.0-preview.202307130004 148 7/13/2023
1.4.0-preview.202307130003 164 7/13/2023
1.3.0 266 6/9/2023
1.2.1 264 5/17/2023
1.2.0 268 5/4/2023
1.1.3 303 4/18/2023
1.1.2 310 4/17/2023
1.1.1 303 4/5/2023
1.1.0 296 4/5/2023
1.0.1 342 3/9/2023
1.0.0 404 3/9/2023
0.11.1-preview 177 2/13/2023
0.11.0-preview 195 2/7/2023
0.10.0-preview 259 1/4/2023
0.9.0-preview 182 12/19/2022
0.8.3-preview 171 12/1/2022
0.7.1-preview 228 11/1/2022
0.6.0-preview 258 10/7/2022
0.5.1-preview 275 9/9/2022
0.5.0-preview 259 9/8/2022
0.4.0-preview 248 8/18/2022
0.3.0-preview 263 7/8/2022
0.2.0-preview 270 5/30/2022