Closed
Description
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.
- There will be no duplication of functionality.
- This will make our code smaller.