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

add ResponseException#status #756

Merged

Commits on Dec 4, 2023

  1. add ResponseException#status

    this allows accessing the HTTP status code of the response when an API
    returns a `ResponseException`. this was not possible through
    `getResponse` since `Response` itself is package-private and thus its
    members (even though they are marked as `public`) are not accessible to
    external consumers.
    
    solves #749
    
    Signed-off-by: Ralph Ursprung <[email protected]>
    rursprung committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    bb1160e View commit details
    Browse the repository at this point in the history