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
I'd like to make the generic MakeRequest and MakeRequestAsync methods virtual so that I can override them and more easily add logging in my application. Would this change be possible? Thanks!
The text was updated successfully, but these errors were encountered:
aleevans
changed the title
Would it be possible to make the MakeRequest and MakeRequestAsync methods in the BaseClient class virtual?
Change the MakeRequest<T> and MakeRequestAsync<T> methods in the BaseClient class to virtual?
Oct 12, 2021
@aleevans Thank you for bringing this to our attention. I will make a feature request for this issue. This will be put in our backlog so in the meantime if you need the functionality sooner than our engineers are able to get to it feel free to consider making a PR for the features you would like added. As an open source repository we are always happy to work with engineers on PRs that are submitted. Otherwise we will follow up once the feature request is picked up and the new feature is ready for release.
I'd like to make the generic MakeRequest and MakeRequestAsync methods virtual so that I can override them and more easily add logging in my application. Would this change be possible? Thanks!
The text was updated successfully, but these errors were encountered: