-
- Create the repo
- Add topic to the repo
- Create the OpenAPI description (possibly from CSDL)
- Add the Apis.json/yaml file to include the OpenAPI in the Kiota search index.
- Assign customers …
-
This issue occurs for Blazor WASM applications consuming an OpenAPI spec that does not supply a base URL. [Blazor WASM does not support the System.Net.Http.HttpClientHandler class](https://github.com/…
-
### Describe the issue
I'll describe this issue based on the GetBlobAsStream procedure of the ABS Blob Client Codeunit as I haven't tested with other operations yet.
The blob name isn't escaped in…
-
When using this kiota command to generate a TypeScript client `kiota generate -l typescript -o bingNews -d https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/cognitivese…
-
**Summary:** Provide a robust yet easy way to search Github for Swagger and OpenAPI definitions. Understanding that there is a lot of noise available, that we only care about OpenAPIs that validate, a…
-
### Problem Statement
There is sometimes a lot of ambiguity as to how to generate OpenAPI clients, or how to name certain classes/enums/members etc... Solving these ambiguities requires Kiota to beco…
-
When using the following kiota command to generate a client `kiota generate -l typescript -o nytmoviereviews -d https://raw.githubusercontent.com/nytimes/public_api_specs/master/movie_reviews/movie_re…
-
Currently, in C# we do the following:
`client.Repos["owner"]["repo"].Pulls.GetAsync();`
And it gets translated to something like this in other languages:
`client.ReposByOwner("owner").ByRepo(…
-
It points to https://microsoft.github.io/kiota- it should be updated to https://learn.microsoft.com/en-gb/openapi/kiota/ to save a manual redirect, or to the Kiota online playground - https://app.kiot…
-
In indexers or "navigation function with parameters" we need to copy the current path parameters, add to that the additional parameters for the current segment before we pass it on to the next request…