Giter VIP home page Giter VIP logo

docusign / docusign-esign-java-client Goto Github PK

View Code? Open in Web Editor NEW
101.0 37.0 96.0 49.55 MB

The Official Docusign Java Client Library used to interact with the eSignature REST API. Send, sign, and approve documents using this client.

Home Page: https://javadoc.io/doc/com.docusign/docusign-esign-java/latest/index.html

License: MIT License

Java 99.93% CSS 0.07%
electronic signature digitalsignature electronicsignature e-signature docusign java sdk rest

docusign-esign-java-client's Introduction

The Official DocuSign eSignature Java Client SDK

Build status Maven Central status

Requirements

Compatibility

  • Java 1.9+

Installation

This SDK is provided as open source, which enables you to customize its functionality to suit your particular use case. To do so, download or clone the repository. If the SDK’s given functionality meets your integration needs, or if you’re working through our code examples from the DocuSign Developer Center, you merely need to install it by following the instructions below.

Note: DocuSign uses Eclipse with Maven for testing purposes.

Maven:

  1. In Eclipse, create a new project by selecting File > New > Project.
  2. In the New Project Wizard, expand Maven, then select Maven Project.
  3. Leave Create a simple project unchecked.
  4. Select Next, then provide a unique groupId and artifactId.
  5. In the directory where you've saved your project, open the pom.xml file.
  6. In the pom.xml file, locate the dependencies node.
  7. Add:
    <dependency>
      <groupId>com.docusign</groupId>
      <artifactId>docusign-esign-java</artifactId>
      <version>3.18.0</version>
    </dependency>
    
  8. If your project is still open, restart Eclipse.

Dependencies

This client has the following external dependencies:

  • io.swagger:swagger-annotations:jar:1.5.17
  • org.glassfish.jersey.core:jersey-client:jar:2.29.1
  • org.glassfish.jersey.media:jersey-media-multipart:jar:2.29.1
  • org.glassfish.jersey.media:jersey-media-json-jackson:2.29.1
  • com.fasterxml.jackson.core:jackson-core:jar:2.12.1
  • com.fasterxml.jackson.core:jackson-annotations:jar:2.12.1
  • com.fasterxml.jackson.core:jackson-databind:2.12.1
  • junit:junit:jar:4.13.1
  • com.apache.oltu.oauth2:org.apache.oltu.oauth2.client:1.0.2
  • com.auth0:java-jwt:3.4.1
  • org.bouncycastle:bcprov-jdk15on:1.60

Code examples

You can find on our GitHub a self-executing package of code examples for the eSignature Java SDK, called a Launcher, that demonstrates common use cases. You can also download a version preconfigured for your DocuSign developer account from Quickstart. These examples can use either the Authorization Code Grant or JSON Web Token (JWT) authentication workflows.

OAuth implementations

For details regarding which type of OAuth grant will work best for your DocuSign integration, see Choose OAuth Type in the DocuSign Developer Center.

For security purposes, DocuSign recommends using the Authorization Code Grant flow.

Support

Log issues against this client through GitHub. We also have an active developer community on Stack Overflow.

License

The DocuSign eSignature Java Client SDK is licensed under the MIT License.

Additional resources

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.