-
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…
-
## Description
**Registry
Version**: 2.4.4
### Environment
Linux, Python 3.10
### Steps to Reproduce
1. Create a new virtualenv
2. Try to `pip install` apicurioregistrysdk`
3…
-
The way, this Go module and especially the models package are constructed, leads to severe issues with the go tooling (and linting).
We have a simple Go application where we added the functionality…
breml updated
12 months ago
-
Hi I'm using VSCode extension to generate Typescript SDK from an OpenAPI Spec file but having the following error. I believe it's related to the schema contains `allOf` or `oneOf` in it. I tried diffe…
-
In 1.5, kiota generates a request builder for the quickstart that will not compile.
```
\kiota-samples\get-started\quickstart\cli\src\Client\Posts\PostsRequestBuilder.cs(24,63): error CS0161: 'Pos…
-
When using kiota with the Bing News API, we get errors that doesn't allow assigning read-only props because they are read-only :
```
bingNews/models/response.ts:43:14 - error TS2540: Cannot assig…
-
Using the [OpenAPI 3.0.0 petstore sample](https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v3.0/petstore.json)
```bash
kiota generate -d "https://raw.githubusercontent.com…
-
I have uploaded my modified openapi.json (with a txt extension because Github won't allow uploading json files) as a repro to show that the json model creates the incorrect C#
```json
"schema": {
…
-
Issue discovered in #2438 .
The generator is currently emitting different results in different runs.
We expect the generator to be fully idempotent so that given the same input the same output is …
-
- 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 …