forked from jondkinney/docusign_rest
-
Notifications
You must be signed in to change notification settings - Fork 0
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
sergeychernyakov
wants to merge
116
commits into
fit2you:master
Choose a base branch
from
jondkinney:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
multipart/form-data and boundary must be separated by a semicolon.
Add changelog
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
Fix get_tabs key
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>
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.
Adds support to get list of users
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.