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 am writing a nextcloud app that is using IClientService which is using IClient interface to communicate with an external api. But I couldn't make a PATCH request to that api since the IClient Interface didn't implement that.
Scenario
I am writing a nextcloud app that is using
IClientService
which is usingIClient
interface to communicate with an external api. But I couldn't make aPATCH
request to that api since theIClient
Interface didn't implement that.Check this PR on this regard. #43446
The text was updated successfully, but these errors were encountered: