You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: