-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Missing iterators #4117
Copy link
Copy link
Closed
Labels
Breaking API ChangePR will require a bump to the major version num in next release. Look here to see the change(s).PR will require a bump to the major version num in next release. Look here to see the change(s).enhancementgood first issue
Metadata
Metadata
Assignees
Labels
Breaking API ChangePR will require a bump to the major version num in next release. Look here to see the change(s).PR will require a bump to the major version num in next release. Look here to see the change(s).enhancementgood first issue
Type
Fields
Give feedbackNo fields configured for issues without a type.
It looks like the current auto generated iterators are only being created for the list commands, but the GitHub API uses pagination for other endpoints such as get a commit (
client.Repositories.GetCommit()).