DocuSign v0.2.4 DocuSign.Connection View Source
The module is intended for to make and perform request to DocuSign API.
Example
iex> conn = DocuSign.Connection.new {:ok, users} = DocuSign.Api.Users.users_get_users( conn, "61ac4bd1-c83c-4aa6-8654-d3b44a252f42"[account_id] )
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
default_account()
View Sourcedefault_account() :: DocuSign.User.AppAccount.t()
Retrieves the default account of current user
Create new conn
opts:
- client \ APIClient.client()
- account \ User.default_account
Makes a request.