-
The Kiota Generation must also generate a `index.ts` barrel file which would do the following:
- [ ] Export models
- [ ] Export the request configuration parameter types/ classes
- [ ] Document…
-
I'm trying to use Kiota to generate a client for an internal API, but I'm running into a few issues that I can't seem to find documentation for - either in the actual documentation or previous issues,…
-
### Command
publish
### Full command
winget-intune publish WatchGuardTechnologies.WatchGuardSystemManager --package-folder C:\Winget
### App version
0.7.0+Branch.main.Sha.6f15dab446ea9f234d069287…
-
```
kiota --version
1.10.1+fa5da75b8b4f362d821032021bc5bfcf063cb522
```
openapi yaml like:
```
openapi: '3.0.2'
info:
title: JSONPlaceholder
version: '1.0'
servers:
- url: https:/…
-
Implement retry functionality for the client to retry requests. Cases that this implementation should solve and objectives:
- Client is throttled and needs to check retry header to see when retry is…
-
When I run:
```bash
KIOTA_TUTORIAL_ENABLED=false kiota generate -l CSharp -d https://try.gitea.io/swagger.v1.json -o GiteaClient/ -c GiteaClient -n Mir.ClassLib.GiteaClient --ebc
```
For versi…
-
We should offer a helper method to help developers deserialize API response to an entity.
While in most cases we handle deserialization in the SDK, there are some exceptions to it:
- there's a new…
-
Hello,
When I generate a C# client with Kiota CLI version 1.8.2, result code doesn't correctly detect parameter type in url.
Type is correctly detected only if parameter is last url part (ex. `htt…
-
Bash Script workaround
```
#!/bin/bash
LocAtion=$(pwd)
NEWESTCoveragePath=$(ls -dt -- tests/Kiota.Builder.Tests/TestResults/*/ | head -n1)
reportgenerator -reports:$NEWESTCoveragePath/coverage.co…
-
Trimmed down response from the API I am using with a generated Python Kiota client:
```
[
{
"id": "...",
"clientId": "...",
"name": "service_account_name",
"…