Best way to download entire repository? #2242
Labels
Status: Stale
Used by stalebot to clean house
Type: Support
Any questions, information, or general needs around the SDK or GitHub APIs
What is the best way to download the entire repository using minimal API requests?
Ive noticed that
await client.Issue.GetAllForRepository
will return a list of issues, but certain fields are null:i.ClosedBy
i.Repository
i.PullRequest.Id
(this is 0 when there is a pull request).This pull request added the ClosedBy field when downloading single issues (but it's still null for listing issues).
Would the GraphQL client use less API quota by filling out these fields without costing 1 API request per joined item?
The text was updated successfully, but these errors were encountered: