Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docusign_rest update from the main fork #1

Open
wants to merge 116 commits into
base: master
Choose a base branch
from

Conversation

sergeychernyakov
Copy link

No description provided.

pama and others added 30 commits May 23, 2016 09:25
multipart/form-data and boundary must be separated by a semicolon.
And switch from fakeweb to webmock since fakeweb's last release was in
2010.

And fix a few test require statements.
Use Ruby 2.4.0 for development
Remove assigned but unused local
Ruby shadowing behavior results in a local variable assignment vs the intended instance variable assignment.

And we don't want changes to test/docsign_login_config.rb getting into
source control.

Signed-off-by: Tom Copeland <tom@motorefi.com>
updates instructions for getting keys set up
Fix Content-Type Header
Signed-off-by: Tom Copeland <tom@motorefi.com>
Signed-off-by: Tom Copeland <tom@motorefi.com>
…plates and update documentation

Signed-off-by: Tom Copeland <tom@motorefi.com>
Signed-off-by: Tom Copeland <tom@motorefi.com>
* Convert to hash literal syntax for readability and consistency, DRY up incrementing for server template sequence.

* Add tabs to signers hash and format signer tabs for the common tab types used in the get_template_roles method, convert to hash literal syntax.

Signed-off-by: Tom Copeland <tom@motorefi.com>
Signed-off-by: Tom Copeland <tom@motorefi.com>
…headers

Signed-off-by: Tom Copeland <tom@motorefi.com>
Signed-off-by: Tom Copeland <tom@motorefi.com>
The API allows querying a list of specified envelope IDs. This needs to be specified to the slice arguments list.

Signed-off-by: Tom Copeland <tom@motorefi.com>
tcopeland and others added 30 commits December 12, 2017 07:37
Implement DocusignRest::Client#get_document_tabs
Support radio button groups in envelopes created from composite templates
Fix typo when enabling 'wet_sign'
…or_non_template_envelopes

Enable requireSignOnPaper option for non-template envelopes
Adding a PDF document to an existing envelope could result in invalid
UTF-8 being passed to the logging method.  But that's ok, we just want
to handle it since we'll elide it anyway.
Allow text tabs to be passed when adding recipient tabs
For example, you could pass in a StringIO instance.
Allow add_envelope_document to accept an I/O object vs reading a file
Add support to radioGroupTabs
This adds the get_users_list method which returns a list of all the
users available in the docusign account.
Allow email_settings in create_envelope_from_document
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.