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
At now it is possible to make all request using Connector.Do() call. I'd like to mark all other request methods (Select, SelectTyped, SelectAsync, Delete, DeleteTyped...) as deprecated. The change will help us to remove them in the future:
The Connector interface will be easier to mock and use in tests.