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

streamlined error handling and added timeout option #30

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

sowo
Copy link

@sowo sowo commented Mar 5, 2017

Error handling has been streamlined so that callbacks are invoked in
error cases in every method.

A request timeout option has been added for backend requests. A timeout
passed to the constructor is used as the global default while timeouts
set in method options are only used in the method call-

Error handling has been streamlined so that callbacks are invoked in
error cases in every method.

A request timeout  option has been added for backend requests. A timeout
passed to hte constructor is used as the global default while timeouts
set in method options are only used in the method call-
@sowo sowo changed the title streamlined erro handling and added timeout option streamlined error handling and added timeout option Mar 5, 2017
sowo added 2 commits March 6, 2017 12:36
authenticate_refresh is invoked without callback. Using standard error handling doesn't work in this case.
@karbassi
Copy link
Owner

@sowo can you clean up this commit to show only what needs to be changed? Looking at it, it seems like the whole file changed.

@sowo
Copy link
Author

sowo commented Jun 13, 2017

@karbassi Sry, was working on Windows and didn't set the autocrlf. I hope you can see the changes now in commt 6371f8b.

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.

2 participants