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

Commits on Mar 5, 2017

  1. streamlined erro handling and added timeout option

    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 committed Mar 5, 2017
    Configuration menu
    Copy the full SHA
    1c21630 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. fixed authenticate_refresh

    authenticate_refresh is invoked without callback. Using standard error handling doesn't work in this case.
    sowo authored Mar 6, 2017
    Configuration menu
    Copy the full SHA
    44327d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0eaa888 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2017

  1. changed crlf setting

    sowo committed Jun 13, 2017
    Configuration menu
    Copy the full SHA
    5dcbcee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6371f8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a4cfff View commit details
    Browse the repository at this point in the history