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

Raise Auth0Error for bad status code #98

Merged
merged 14 commits into from
Apr 27, 2018
Merged

Raise Auth0Error for bad status code #98

merged 14 commits into from
Apr 27, 2018

Commits on Oct 16, 2017

  1. fixed base.py to honor response status code in Auth0Error

    Brian Beck authored and Brian Beck committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    7aa207e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Correctly throw an exception when handing a text response

    Previously the text of the response was always returned if it could
    not be interpreted as JSON.
    benbc committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    3033634 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Configuration menu
    Copy the full SHA
    115e9cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edd5a13 View commit details
    Browse the repository at this point in the history
  3. fixed errors tests

    gbdx-build-user committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    859c53d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. Merge pull request #92 from benbc/throw-exception-for-text-response-e…

    …rror
    
    Correctly throw an exception when handing a text response
    cocojoe authored Apr 20, 2018
    Configuration menu
    Copy the full SHA
    272c6e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d854adb View commit details
    Browse the repository at this point in the history
  3. fixed errors tests

    gbdx-build-user committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    591f2b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e69ecd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df71f3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e42571 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Configuration menu
    Copy the full SHA
    f3701ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    891db2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9155777 View commit details
    Browse the repository at this point in the history