docusign-rest-client | Wrapper for the official Docusign PHP Client Library | REST library

 by   Tucker-Eric PHP Version: 5.0.0 License: MIT

kandi X-RAY | docusign-rest-client Summary

kandi X-RAY | docusign-rest-client Summary

docusign-rest-client is a PHP library typically used in Web Services, REST applications. docusign-rest-client has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Wrapper for the official Docusign PHP Client Library. This library handles all the object instantiation for the endpoints in the DocuSign Api Explorer.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              docusign-rest-client has a low active ecosystem.
              It has 23 star(s) with 11 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 0 open issues and 11 have been closed. On average issues are closed in 16 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of docusign-rest-client is 5.0.0

            kandi-Quality Quality

              docusign-rest-client has 0 bugs and 0 code smells.

            kandi-Security Security

              docusign-rest-client has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              docusign-rest-client code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              docusign-rest-client is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              docusign-rest-client releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed docusign-rest-client and discovered the below as its top functions. This is intended to give you an instant insight into docusign-rest-client implemented functionality, and help decide if they suit your requirements.
            • Set options object
            • Authenticate client .
            • Create Configuration .
            • Get options class
            • Get configuration .
            • Set the host
            • Get the account ID .
            • Returns the proxy class name .
            • Create a new client
            Get all kandi verified functions for this library.

            docusign-rest-client Key Features

            No Key Features are available at this moment for docusign-rest-client.

            docusign-rest-client Examples and Code Snippets

            Examples
            PHPdot img1Lines of Code : 92dot img1License : Permissive (MIT)
            copy iconCopy
             $username,
            			'password'       => $password,
            			'integrator_key' => $integrator_key,
            			'host'           => $host
                    ]);
            
                	$templateRole = $client->templateRole([
            			'email' 	=> '[SIGNER_EMAIL]',
            			'name'  	=> '[SIGNER_NA  
            Models
            PHPdot img2Lines of Code : 28dot img2License : Permissive (MIT)
            copy iconCopy
             $username,
            	'password'       => $password,
            	'integrator_key' => $integrator_key,
            	'host'           => $host
            ]);
            
            $templateRole = $client->templateRole([
            	'email' 	=> '[SIGNER_EMAIL]',
            	'name'  	=> '[SIGNER_NAME]',
            	'role_name' =>  
            Api Options
            PHPdot img3Lines of Code : 21dot img3License : Permissive (MIT)
            copy iconCopy
            
            $foldersApi = $this->client->folders;
            $searchOptions = $foldersApi->searchOptions([
            	'count'     => 20,
            	'order_by'  => 'sent',
            	'from_date' => '2010-01-01'
            ]);
            $foldersApi->search($searchOptions);
            
            
            $envelopesApi = $this->cl  

            Community Discussions

            Trending Discussions on docusign-rest-client

            QUESTION

            Getting a 404 when using the DocuSign REST API
            Asked 2021-Apr-03 at 08:23

            In my Laravel application I am sending DocuSign envelopes with this package: https://github.com/Tucker-Eric/Laravel-Docusign which works nicely.

            This application also using the "Polling" method to check for changes to envelopes.

            To accomplish this I grab the envelope IDs from various different models and then pass these IDs to DocuSign's listStatusChanges() method which takes an amount to check and an array of envelope IDs.

            If the status comes back as completed I use another method getDocument() to download the signed document.

            Here is the job that runs every 15 minutes.

            ...

            ANSWER

            Answered 2021-Apr-03 at 08:23

            The only reason I'm aware of that this call in particular returns a 404 response is if the request includes a specific list of envelopeIds over a certain number. The older versions of our SDKs and a lot of customer solutions add these envelopeIds to the request in the form of URL Parameters. I found when testing this that when I approached or went over ~49 envelopes the response changed from a 200 to a 404.

            Looking at the provided code I see this:

            Source https://stackoverflow.com/questions/66889771

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install docusign-rest-client

            You can download it from GitHub.
            PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/Tucker-Eric/docusign-rest-client.git

          • CLI

            gh repo clone Tucker-Eric/docusign-rest-client

          • sshUrl

            git@github.com:Tucker-Eric/docusign-rest-client.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular REST Libraries

            public-apis

            by public-apis

            json-server

            by typicode

            iptv

            by iptv-org

            fastapi

            by tiangolo

            beego

            by beego

            Try Top Libraries by Tucker-Eric

            EloquentFilter

            by Tucker-EricPHP

            Laravel-Docusign

            by Tucker-EricPHP

            laravel-xml-middleware

            by Tucker-EricPHP

            FnmExporter

            by Tucker-EricPHP

            LaravelPDFParser

            by Tucker-EricPHP