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

next_page and etc implementation? #23

Closed
waynehoover opened this issue Dec 16, 2015 · 1 comment
Closed

next_page and etc implementation? #23

waynehoover opened this issue Dec 16, 2015 · 1 comment

Comments

@waynehoover
Copy link

Where are the below functions implemented? I only see documentation in the Readme for them, no tests or implementation (I would expect them to be in ExTwilio.Resource). Are they not implemented yet or is their implementation just hiding from me?

next_page   Given the current page, get the next page.
previous_page   Given the current page, get the previous page.
first_page  Given the current page, get the first page.
last_page   Given the current page, get the last page.
danielberkompas added a commit that referenced this issue Dec 16, 2015
These functions were deleted during some refactoring a while ago. They
should no longer be displayed in the README.

Closes #23.
@danielberkompas
Copy link
Owner

These functions were actually removed in favor of the stream function. I'm pretty sure you can do everything with stream that you could with them.

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

2 participants