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

Disable/Handle Exceptions #58

Open
firle opened this issue Jul 28, 2020 · 0 comments
Open

Disable/Handle Exceptions #58

firle opened this issue Jul 28, 2020 · 0 comments

Comments

@firle
Copy link

firle commented Jul 28, 2020

Hello,
We r using Camunda in our productive System and communicating with it via Camunda.Api.Client. One essential Part is to fetch Task-Variables even if they are not set. In this case every time an exception is thrown. I want to check the HttpResponse myself, without catching anything since this is unperformant.
Would it be an idea to include a 2nd Interface which receives ApiResponse<T> from Refit to manually handle the response?
I would implement it by myself for our use case, with the option to adapt the hole api and open a pull request.

greets
Ephraim

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