Go-github: feat: add support for affiliation in the Repositories.ListCollaborators opts

Created on 25 May 2017  路  4Comments  路  Source: google/go-github

As per the apidoc, at some point a request option was added for filtering the returned collaborators by affiliation. It would be useful if that was exposed as part of a custom ListCollaboratorOptions struct

enhancement good first issue

Most helpful comment

@e-beach thanks for showing interest in taking over this. This is yours. 馃憤

@gmlewis please re-assign this, I couldn't find time to work on this.

All 4 comments

This will have to be a breaking API change. But it's warranted.

ListCollaborators method signature currently accepts a plain opt *ListOptions. We'll need to give it a custom ListCollaboratorsOptions which embeds ListOptions and has the new affiliation parameter.

I'll take this up, @shurcooL. Feel free to assign it to me.

Is this issue being worked on? If not, could it be assigned to me?

@e-beach thanks for showing interest in taking over this. This is yours. 馃憤

@gmlewis please re-assign this, I couldn't find time to work on this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

propertone picture propertone  路  3Comments

csandanov picture csandanov  路  3Comments

scriptonist picture scriptonist  路  3Comments

gmlewis picture gmlewis  路  3Comments

adrienzieba picture adrienzieba  路  3Comments