docusign-rest-client icon indicating copy to clipboard operation
docusign-rest-client copied to clipboard

Example in Readme seems to be wrong

Open wehostadm opened this issue 7 months ago • 1 comments

Hi,

I think the example is wrong :

$client = new DocuSign\Rest\Client([
	'impersonated_user_id' => $impersonated_user_id,
	'integrator_key'       => $integrator_key,
	'host'                 => $host,
	'private_key'          => $private_key,
	'auth_server'          => $auth_server
]);

Indeed, the class Client does not handle impersonated_user_id, private_key and auth_server parameters.

What is wrong ?

Thanks,

wehostadm avatar Nov 09 '23 12:11 wehostadm