4748495051525354
params.put("username", username); params.put("password", password); return client.get( new APITatarAuthRequest(USERS_SECTION, params), new UserModelFactory(true) ); }
104105106107108109110111
entity.put("username", phoneNumber); entity.put("password", password); return client.post( new APITatarRequest(USERS_SECTION, entity), new UserModelFactory(false) ); }