-
related to: https://github.com/microsoft/kiota/issues/4018
I am using this openapi:
```yaml
openapi: '3.0.2'
info:
title: JSONPlaceholder
version: '1.0'
servers:
- url: https://jsonp…
-
**Describe the bug**
When calling
GET https://graph.microsoft.com/v1.0/me/drive/items/{driveId}/workbook/worksheets/{driveId}/range(address='A1:XX1')
The response contains cell values in `t…
-
Thanks for working on the great libary! Recently I have finished [the quick start tutorial](https://learn.microsoft.com/en-us/openapi/kiota/quickstarts/typescript) and found that the generated code fo…
-
I upgraded to the beta version as I need to use some of its functionality and have been getting an exception when I try to retrieve a transcript for an existing meeting. **Note:** The time that is thr…
-
### Expected behavior
Perform request graphClient.users().count().get()
### Actual behavior
```
java.time.format.DateTimeParseException: Text '2024-02-14T03:10:53' could not be parsed at ind…
-
Thanks for this project, it worked out of the box with Swashbuckle. It would be awesome if we could generate methods for C# as alternative to indexers just like the Java example in [Indexers](https://…
ghost updated
7 months ago
-
### Expected behavior
The message of the ApiException will contain a more specific error message based on the OdataError returned from the API.
[Documentation](https://github.com/microsoftgraph/ms…
-
# Summary
Generated code by the Kiota dotnet tool (1.10.1) tries to extend the interface 'BaseRequestBuilder'.
## Environment info
Platform: macOS Sonoma 14.3 (23D56) ARM64
node v20.10.0
np…
-
Hey !
I've been stucked with an issue just after running `npx ts-node index.ts`
(followed this guide https://learn.microsoft.com/en-us/openapi/kiota/tutorials/typescript-azure?tabs=portal)
I …
-
### Expected behavior
Perform request graphClient.applications().byApplicationId("") .patch(app) if try to add a new certificate and there are old configured certificates.
If there are not old c…