microsoft/kiota

OpenAPI based HTTP Client code generator

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 38 minutes ago
Added to GitGenius on September 18th, 2026
Created on December 22nd, 2020
Open Issues & Pull Requests: 224 (+0)
GitHub issues: Enabled
Number of forks: 332
Total Stargazers: 3,823 (+0)
Total Subscribers: 40 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 15.1 hours
Mean response time: 14.9 days
90th percentile: 32.6 days
Tracked items: 471

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in three opened in the past year never receives a reply. 94% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "enhancement" is answered fastest, typically in about 7 hours, while "WIP" waits about 2 days. 55% of tracked open issues have had no activity in three months. Only 46% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 139
New in 7 days: 0
Closed in 7 days: 2
Avg open age: 462 days
Stale 30+ days: 126
Stale 90+ days: 99

Recent activity

Opened in 7 days: 0
Closed in 7 days: 2
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • type:bug (218)
  • WIP (113)
  • Csharp (111)
  • status:waiting-for-triage (102)
  • enhancement (96)
  • type:feature (78)
  • generator (71)
  • vscode-extension (57)

Detailed Description

Kiota is a command line tool for generating HTTP API clients from OpenAPI descriptions.

The tool solves the problem of API client fragmentation by generating strongly typed SDK code directly from OpenAPI specifications, eliminating the need to maintain separate dependencies for each API. Rather than writing custom client code or adopting a different library for every HTTP API, developers provide an OpenAPI description and Kiota generates a complete, type-safe client in their language of choice. The generator builds on the Microsoft.OpenAPI.NET library to ensure comprehensive support for OpenAPI and JSON Schema features.

Kiota suits teams that work with multiple APIs and want a consistent, generated client experience across them. It is particularly valuable when you need strongly typed API interactions without learning a new SDK for each service. The tool supports multiple languages including C#, TypeScript, Python, Java, Go, PHP, and Ruby, making it applicable across diverse technology stacks. Developers should verify that their target language is supported and that their APIs have complete OpenAPI descriptions before adoption.

The project maintains active development across its codebase with regular updates to language generators and core functionality. Work spans multiple supported languages simultaneously, indicating sustained effort to keep all code generation targets current. The project engages with community contributions and maintains comprehensive documentation covering both conceptual guidance and practical usage parameters.