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 2 years 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

@wehostadm I'm open to a PR for this if you're willing to open one?

Tucker-Eric avatar Nov 09 '23 17:11 Tucker-Eric

@Tucker-Eric Seems to be good, I saw a PR for this and the documentation has been updated :)

Thanks

wehostadm avatar Jul 29 '24 08:07 wehostadm