Skip to content
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

Why do the API methods not expose the stream options? #207

Open
chrisjowen opened this issue Jan 24, 2022 · 0 comments
Open

Why do the API methods not expose the stream options? #207

chrisjowen opened this issue Jan 24, 2022 · 0 comments

Comments

@chrisjowen
Copy link

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

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

What was the reason for this?

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

No branches or pull requests

1 participant