-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PushEvent GetCommits() Method #2425
Comments
In general, getters are only provided for anything where a So if you want to add one for this, then I suppose we have a few options:
I'm kinda leaning toward option 2. Thoughts? |
2 sounds good to me 😸 Let me take a look at the auto-generator code. Thank you! |
I would like to propose some changes and request for a review. I would appreciate it if you could check it out! |
I would like to use an interface for this event in a local implementation, but unfortunately a getter for this type doesn't exist. Can we create a getter for
PushEvent.GetCommits
?The text was updated successfully, but these errors were encountered: