-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add date inequality support #41
Conversation
… searching to CLI names when making request.
… searching to CLI names when making request.
So, you were right! I think we do need to update the OpenAPI spec to add the < and > parameters to the API spec and then you can code the CLI to adapt to those. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See above comment.
… searching to CLI names when making request.
… searching to CLI names when making request.
… searching to CLI names when making request.
3a1effe
to
c0dd502
Compare
Add in
date>
anddate<
parameters for messages.When sending the request look for the CLI kebob case parameter name (date-sent-before) but return the correct API parameter name (DateSent<).
Contributing to Twilio