Implement client feature to support do requests when user passes `(username='', password='')` to Client constructor. Client should get a valid token for the user authenticating.
Implement client feature to support do requests when user passes
(username='', password='')to Client constructor.Client should get a valid token for the user authenticating.