GitLabApiClient
GitLabApiClient copied to clipboard
When I attempt to pull notes for a particular issue I am getting a 404 error.
var notes = await client.Issues.GetNotesAsync(*****, issue.Id);