Skip to content

Conversation

@t-kuni
Copy link
Contributor

@t-kuni t-kuni commented Oct 6, 2019

I had try to get comments which updated after specific date but it couldn't because can't specify since parameters through this library.

Github API provide since parameter.

https://developer.github.com/v3/issues/comments/#list-comments-on-an-issue
image

but this library can specify page only.
https://github.com/KnpLabs/php-github-api/blob/master/lib/Github/Api/Issue/Comments.php#L39-L56

In this PR, will be able to specify array on 4th argument of Comments#all method.

@acrobat
Copy link
Collaborator

acrobat commented Nov 1, 2019

Thanks @t-kuni! And congrats on your first contribution! 🎉

@acrobat acrobat merged commit 157bd55 into KnpLabs:master Nov 1, 2019
@bobeagan
Copy link
Contributor

bobeagan commented Feb 7, 2020

How is this supposed to play nice with ResultPager's fetchAll on the comments->all() method?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants