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

Make request with return type and allow handling of error body as json string #18

Open
davidcryer opened this issue May 18, 2021 · 0 comments

Comments

@davidcryer
Copy link

I would like the ability to make a request whilst specifying a return type, but not have it throw an exception when the request fails because it still tries to deserialise the response to the return type class. Instead, I would like another method on the Response class to return the resource/content/body as a string (that could then be logged out easily)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant