microsoft/kiota

Webhook generation with OAPI 3.1 support

Open

#6,394 opened on Apr 3, 2025

View on GitHub
 (7 comments) (1 reaction) (0 assignees)C# (326 forks)auto 404
CsharpNeeds: Attention :wave:enhancementhelp wantedtype:feature

Repository metrics

Stars
 (3,783 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide