We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I needed a way of retrieving all commits for a repo, but wanted to do this paginated. I notice in the Tentacat module used by the others you have an option to provide options such as the :stream i.e. https://github.com/edgurgel/tentacat/blob/master/lib/tentacat.ex#L88
Tentacat
:stream
But the high level api's such as Commits.list do not allow passing this options through i.e. https://github.com/edgurgel/tentacat/blob/master/lib/tentacat/commits.ex#L15
Commits.list
What was the reason for this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I needed a way of retrieving all commits for a repo, but wanted to do this paginated. I notice in the
Tentacat
module used by the others you have an option to provide options such as the:stream
i.e. https://github.com/edgurgel/tentacat/blob/master/lib/tentacat.ex#L88But the high level api's such as
Commits.list
do not allow passing this options through i.e. https://github.com/edgurgel/tentacat/blob/master/lib/tentacat/commits.ex#L15What was the reason for this?
The text was updated successfully, but these errors were encountered: