8000 Add iter function to messages resource by MikeBenza · Pull Request #291 · twilio/twilio-python · GitHub
[go: up one dir, main page]

Skip to content

Add iter function to messages resource #291

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

Merged
merged 4 commits into from
Nov 16, 2016

Conversation

MikeBenza
Copy link

Added the iter function to the messages resource which allows
the user to specify DateSent< and DateSent> parameters.

Mike Benza added 3 commits October 7, 2016 20:19
Added the `iter` function to the messages resource which allows
the user to specify `DateSent<` and `DateSent>` parameters.
@MikeBenza
Copy link
Author

@ihumanable: is there anything I need to do to get this reviewed?

@MikeBenza
Copy link
Author

@ihumanable @jingming Any feedback on this?

def iter(self, from_=None, to=None, before=None, after=None,
date_sent=None, **kwargs):
"""
Returns an iterator of :class:`Call` resources.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

References Call class, should reference Message

@codejudas
Copy link
Contributor

+1

@codejudas codejudas merged commit 3f59c62 into twilio:master Nov 16, 2016
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
0