document
.list()
.view()
should return a document resource
.download()
should download a collapsed document
.update()
should update a document and return the document id
should send an invite to sign a document
.cancelInvite()
should cancel all invites to a document
.share()
should return a link to download the document
should merge two documents and return the new document name
should return the history of a document
embedded
should create a new embedded signing invites for a document without sending emails
should create a link for the embedded invite.
should delete embedded invites for a document.
enumerations
.addField()
should add an enumeration field(drop down) to a document and return the document id
.addOptions()
should add enumeration options to the field we just created and return an array
folder
should return a list of folders
.documents()
should return all documents inside a folder
link
.create()
should create a new signing link and return two urls
oauth2
.requestToken()
should return an access token
.verify()
should return a verified access token
template
should create a template by flattening an existing document and return the template id
user
should create a new user account
.retrieve()
should retrieve user resource
webhook
should return a list of webhooks
should create a new webhook and return an id