Look into removing the generic type in ILocalizedClient #57
Labels
Area: Web API v2
Related to the v2 web API
Duration: Short
Less than 2 hours of estimated work
Priority: Low
Low priority
Resolution: Fixed
The issue has been fixed
Type: Refactor
An improvement to the project that doesn't necessarily add a new features
As far as I'm aware, requiring a generic type for the payload object isn't necessary since it isn't used in this interface. The same thing was done some time ago with
IAuthenticatedClient
as well. So it can probably be removed here too.The text was updated successfully, but these errors were encountered: