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

A change to throw actual exceptions #157

Closed
wants to merge 4 commits into from
Closed

A change to throw actual exceptions #157

wants to merge 4 commits into from

Commits on Apr 25, 2014

  1. Reworked how the decoder argument works - it's actually required on a…

    … few other
    
    methods but wasn't there, specifically what happens when you need a decoder but
    you call service.get_auth_session() and it defaults to not passing a decoder to
    session.get_access_token()?  It breaks.
    
    Yes, you can replace the call to get_auth_session() with get_access_token() and
    get_session(), but why have the shortcut method if it doesn't work in all
    cases?
    
    So what I've done here is added a parameter to the Session object itself, so
    you can set it once and forget it for good.
    alertedsnake committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    1ce3b3f View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2014

  1. Revert "Reworked how the decoder argument works - it's actually requi…

    …red on a few other"
    
    This reverts commit 1ce3b3f.
    Moved it to a branch.
    alertedsnake committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    145e689 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2014

  1. Merge github.com:litl/rauth

    michael stella committed May 1, 2014
    Configuration menu
    Copy the full SHA
    60d0cee View commit details
    Browse the repository at this point in the history

Commits on May 3, 2014

  1. Configuration menu
    Copy the full SHA
    5ebb91d View commit details
    Browse the repository at this point in the history