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

feat!: parse json error response #67

Merged
merged 3 commits into from
Jan 9, 2024

Commits on Dec 4, 2023

  1. feat!: parse json error response

    Signed-off-by: Boris Tomic <[email protected]>
    
    BREAKING CHANGE: Error response is parsed as JSON if response headers
    have content-type application/json and if it's possible to parse the
    data as JSON. Otherwise response will be retuned as string or default
    response will be returned as empty string.
    boristomic committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c450977 View commit details
    Browse the repository at this point in the history
  2. chore: ensure headers are case insensitive

    Signed-off-by: Boris Tomic <[email protected]>
    boristomic committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b768554 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Revert "chore: ensure headers are case insensitive"

    This reverts commit b768554.
    boristomic committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    dd4bf82 View commit details
    Browse the repository at this point in the history