docusign / docusign-esign-php-client

The Official Docusign PHP Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
https://www.docusign.com/devcenter
MIT License
198 stars 123 forks source link

Result #51

Closed bhps69 closed 5 years ago

bhps69 commented 6 years ago

Can we have any return statements to have some thing to believe to say this worked and the request has been sent. also in the test case, i encounter the same issue.

LarryKlugerDS commented 5 years ago

I apologize for the very slow response to your question. We have reorganized so questions will be answered sooner.

Regarding return values: The SDK's methods return the response object defined by the underlying DocuSign eSignature REST API. In most cases, there is a return value. For example, the createEnvelope call returns the envelopeId and related information.

For methods that don't have a return object, the fact that the method returned without an error being thrown is your indication that the method succeeded.