-
Notifications
You must be signed in to change notification settings - Fork 186
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
Added timeout to available input query parameters #210
Added timeout to available input query parameters #210
Conversation
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
Needs a unit test, please? |
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
@dblock added. |
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.
Why 84 and not 42?! :)
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.
One more thing, it needs to be documented in user guide/README.
I realize we don't have this here, or at least it doesn't look like other clients that have a USERS_GUIDE? @VachaShah what are we to do for this one?
USER_GUIDE is the GETTING_STARTED guide. @harshavamsi If you are making the change to this guide in your PR, can you also rename it to USER_GUIDE? |
Signed-off-by: Harsha Vamsi Kalluri [email protected]
Description
Fixes the timeout query parameter to allow for not just
request_timeout
but alsotimeout
like the examples say.Issues Resolved
Fixes #209
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.