-
### What happened?
I am trying to get the labels from a GitHub issue . I am calling the GetAllIssuesAsync endpoint which returns all issues for a repository. Here each Issue contains the label fiel…
-
I have followed https://learn.microsoft.com/en-us/openapi/kiota/tutorials/php-azure?tabs=portal but when I run the code I get invalid_client, is this normal behavior or did I make some mistake somewhe…
-
Currently, getting started instructions are missing the steps to configure the auth provider. We're referencing our live documentation, which unfortunately isn't working, because it's incompatible wit…
-
This is a follow-up on #479.
Originally we've discussed a validation of the input parameter for the method `graphClient.applications.byApplicationId("")`
https://github.com/microsoftgraph/msgraph-…
-
Currently, Kiota generates C# classes with conditional compilation to use nullable reference types. For example:
```csharp
//
using Microsoft.Kiota.Abstractions.Serialization;
using System.Coll…
0xced updated
3 weeks ago
-
Notes from a conversation between myself and @baywet
The current OpenAPI specification says that the following is invalid
```
/pets/{petId}/fur
/pets/{name}/hair
```
However, I expect f…
-
# Trending repositories for C#
1. [**dotnet / maui**](https://github.com/dotnet/maui)
__.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applica…
-
Hi
I just clone the sample project and run the typescript script project. I get error
ic import() which is available in all CommonJS modules.
at Object. (kiota-samples\get-started\quickstart\t…
-
Hello, it's me again.
My application uses GUID as the primary key, so I use it constantly. My error may be related to issue https://github.com/microsoft/kiota/issues/4508. However, I think the fix ha…
-
V5 of the Azure Graph API has removed the IGraphServiceClient and has methods that are not virtual. This makes mocking calls to the Graph API client extremely difficult as you have to mock the underly…