I do not understand how am I supposed to edit an issue after I search for it via SearchService (client.Search.Issues(...)).
I get []Issues but then I can't really client.Issues.Edit(). Am I supposed to write my own edit function for that? E.g: splitting parsing issue.RepositoryURL and using it in the client.Issues.Edit()?
Is the issues.GetRepository() (added 2 years ago) accessor an ancient thing from GitHub API 1,2 times? I don't see how I can really use it.
I do not understand how am I supposed to edit an issue after I search for it via
SearchService(client.Search.Issues(...)).I get
[]Issuesbut then I can't reallyclient.Issues.Edit(). Am I supposed to write my own edit function for that? E.g:splittingparsingissue.RepositoryURLand using it in theclient.Issues.Edit()?Is the
issues.GetRepository()(added 2 years ago) accessor an ancient thing from GitHub API 1,2 times? I don't see how I can really use it.