microsoft/kiota

Webhook generation with OAPI 3.1 support

Open

#6,394 创建于 2025年4月3日

在 GitHub 查看
 (7 评论) (1 反应) (0 负责人)C# (326 fork)auto 404
CsharpNeeds: Attention :wave:enhancementhelp wantedtype:feature

仓库指标

Star
 (3,783 star)
PR 合并指标
 (PR 指标待抓取)

描述

What are you generating using Kiota, clients or plugins?

API Client/SDK

In what context or format are you using Kiota?

Nuget tool

Client library/SDK language

Csharp

Describe the bug

I am trying to generate webhook models using the latest Kiota version, with OAPI 3.1 support as indicated by this issue https://github.com/microsoft/kiota/issues/3914

However, it appears that the models are not generated.

Could the team clarify on the state of OAPI 3.1 support? Thank you! 🙏🏻

Expected behavior

Models used for webhooks are generated

How to reproduce

kiota generate --output ./Src/ -l CSharp -d https://api.polar.sh/openapi.json -c PolarClient -n Polar.OpenAPI --co

Open API description file

No response

Kiota Version

1.24.3+cc67ec460c8dc51cdd6df7782dfb8e0925e97205

Latest Kiota version known to work for scenario above?(Not required)

No response

Known Workarounds

No response

Configuration

No response

Debug output

</details>


### Other information

贡献者指南