Keegan Campbell
Keegan Campbell
@benhopkinstech would you prefer to have the conversation here or in the discussion you created?
I've done so! I'm also going to copy my initial response there to here: What's really curious to me is that in most cases, such as clicking on the "Getting...
Ooh that's interesting... @nickfloyd do you know who might own those credentials? I've checked and I don't have access to anything that looks relevant.
@xinshiMSFT do you have the interest/inclination to open up a PR for this behavior?
Could you do something like the following? ```csharp using Octokit; using System; using System.Net.Http; using System.IO; using System.Threading.Tasks; var client = new GitHubClient(new ProductHeaderValue("MyApp")); var release = await client.Repository.Release.Get("integrations", "terraform-provider-github",...
What do you mean by "integrate the verification of downloaded files"?
Are you using the [plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js/) package when doing so?
I think you might be looking at the wrong docs. For getting organization repositories, the docs are [here](https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#list-organization-repositories) and show a max of 100:  The docs you've linked are...
Okay I've had a chance to look at this a little longer and now I think you're right and I'm wrong. The API to retrieve organization repositories does indeed only...
Hi! Unfortunately there is currently no way to do so. That would be an interesting feature to add!