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

Wrapper for the official Docusign PHP Client Library

Results 4 docusign-rest-client issues
Sort by recently updated
recently updated
newest added

Hello Eric, I've been following and learning a lot via this repo Did you plan to upgrade this wrapper to the new OAuth 2 version of Docusign? Have a nice...

Hello Mr. Tucker, I am using laravel 5.6 and laravel-docusign api version 2. I checked the sandbox credentials and integrator key, all are corrected. When we call create envelope function...

Hi, Using a version >= 3.0.0, the authentication with the old method (user + password) does not work anymore. Everything is working fine in the 2.0.0 version but this version...

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 ]); ```...