The SDK return a List of String when it should return a List of Label [BUG]: #107
Closed
1 task done
Labels
Status: Triage
This is being looked at and prioritized
Type: Bug
Something isn't working as documented
What happened?
I am encountering an issue while trying to get Label objects for an Issue in GitHub.
https://github.dev/octokit/dotnet-sdk/blob/main/src/GitHub/Repos/Item/Item/Issues/IssuesRequestBuilder.cs
The GitHub.Models.Issue class defines the label property as a
List<string>
. Based on the API response it should be a ``List```.The API URL:
https://api.github.com/repos/microsoft/kiota/issues/5037
In this API response the issues list is a
List<Label>
Versions
0.0.23
Code of Conduct
The text was updated successfully, but these errors were encountered: