Code Monkey home page Code Monkey logo

docusign-rest-client's People

Contributors

christiankbarnes avatar nysos3 avatar tucker-eric avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

docusign-rest-client's Issues

Usage question

If I want to access a nested API function with a base level API endpoint such as Accounts, how would I achieve this?

I'm trying to make a call to the following endpoint:

GET /v2/accounts/{accountId}/templates/{templateId}/recipients/{recipientId}/tabs

In the README it says the methods on the model accept an array of parameters, does this mean I would have to do the following?

$client->accounts->templates({
'template_id' => '',
'recipient_id' => ''
})

I'm trying to pre-fill a document's custom fields, but having read through the API I can't see a way to map pre-existing fields to data, only define and populate new fields.

Is what I'm thinking actually even possible?

I got the error on installing Tucker-Eric / docusign-rest-client.

Hello Mr.Eric Tucker

I cannot install the latest version (v3.0) of "docusign-rest-client" because of the below error. Now I've to downgrade to version ^2.0 and use it. I think you need to upgrade in that Tucker-Eric/Laravel-Docusign too.

Your requirements could not be resolved to an installable set of packages.

Problem 1
- tucker-eric/laravel-docusign 2.2.0 requires tucker-eric/docusign-rest-client ^2.0 -> satisfiable by tucker-eric/docusign-rest-client[2.0.0] but these conflict with your requirements or minimum-stability.
- tucker-eric/laravel-docusign 2.2.0 requires tucker-eric/docusign-rest-client ^2.0 -> satisfiable by tucker-eric/docusign-rest-client[2.0.0] but these conflict with your requirements or minimum-stability.
- Installation request for tucker-eric/laravel-docusign ^2.2 -> satisfiable by tucker-eric/laravel-docusign[2.2.0].

Thanks for creating such a great work.

docusign/esign-client v 3 new API classes

Hi Eric,

I was just wondering if you were planning on updating the wrapper to use docusign/esign-client version ^3.0? There is a very useful update for signing groups and I can't just manually override the php rest client version because of the constraint. I'm not sure how I should go about this though so if you need me to create a pull request adding the empty API classes and you can create a new version of the wrapper just let me know.

Thanks,
Astrid

Need to downgrade to 2.0.0 version with php 8.1

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 is locked to PHP 7.4 version.

Can you allow the PHP 8.1 version with the version 2.0.0 of this bundle ?

Thanks,

Question, help needed

Hi, your php wrapper of DocuSign looks really great, I just have a little question,
do this wrapper support authentication through JWT ?

In my use case, I need to make every operation on DocuSign with a single account, and so, for a document I need to specify who is the issuer and the signatory. Is this possible with your Wrapper ?

Thank you in advance for your help.

I got the error on composer update: tucker-eric/docusign-rest-client[2.0.0, 3.0.0] require php ^7.2 -> your php version (8.0.2) does not satisfy that requirement.

Hello Mr.Tucker,
I am upgrading my laravel version from 6 to 8. For this also upgrade my php version from 7.2 to 8.0.
I am also change in composer.json as tucker-eric/laravel-docusign": "^3.0.0. But when i run composer update,
i got the error:

Problem 1
- tucker-eric/laravel-docusign[3.0.0, ..., 3.1.0] require tucker-eric/docusign-rest-client ~2.0|~3.0 -> satisfiable by tucker-eric/docusign-rest-client[2.0.0, 3.0.0].
- tucker-eric/docusign-rest-client[2.0.0, 3.0.0] require php ^7.2 -> your php version (8.0.2) does not satisfy that requirement.
- Root composer.json requires tucker-eric/laravel-docusign ^3.0.0 -> satisfiable by tucker-eric/laravel-docusign[3.0.0, 3.1.0].

Thankyou so much in Advance.

Dear Mr. Tucker,

Dear Mr. Tucker,

Thanks for the Reply.
I got error when i used 4.0.0

Problem 1
- tucker-eric/laravel-docusign[4.0.0, ..., 4.1.0] require tucker-eric/docusign-rest-client ~2.0|~3.0 -> satisfiable by tucker-eric/docusign-rest-client[2.0.0, 3.0.0].
- tucker-eric/docusign-rest-client[2.0.0, 3.0.0] require php ^7.2 -> your php version (8.0.2) does not satisfy that requirement.
- Root composer.json requires tucker-eric/laravel-docusign ^4.0.0 -> satisfiable by tucker-eric/laravel-docusign[4.0.0, 4.0.1, 4.1.0]

Thanks

Originally posted by @lovelight24 in #11 (comment)

Example in Readme seems to be wrong

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,

Getting error: USER_AUTHENTICATION_FAILED on create envelope

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 then I got an error

Error while requesting server, received a non successful HTTP code [401] with response Body: O:8:"stdClass":2:{s:9:"errorCode";s:26:"USER_AUTHENTICATION_FAILED";s:7:"message";s:49:"One or both of Username and Password are invalid.";}

kindly help to resolve this issue.
Thank you

Does this work on live app?

Ive been using this on my development account with no problems. But when i set my app to live mode and using the production credentials i cant get it to work anymore? Ive already set the correct host which was on the apps and keys dashboard

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.