Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove some fields of IssueListCommentsOptions #1583
Comments
|
Thank you, @you06 ! This would be a great PR for any new contributor to this repo or a new Go developer. Feel free to volunteer for any issue and the issue can be assigned to you so that others don't attempt to duplicate the work. Please check out our CONTRIBUTING.md guide to get started. Thank you! |
|
I can work on this! |
|
Thank you, @juanri0s ! It is yours. |
|
@gmlewis I have removed the fields from the struct and the fields in the tests as well. Are we expecting this change in any other area other than |
|
These fields were identified in the issue. You are welcome to look through the docs for other discrepancies. |
SortandDirectionnot work since GitHub changed its API.https://developer.github.com/v3/repos/commits/#list-commits
go-github/github/issues_comments.go
Lines 37 to 48 in e881974