DocuSign v0.2.0 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 Source
default_account()
View Source
default_account() :: DocuSign.User.AppAccount.t()
default_account() :: DocuSign.User.AppAccount.t()
Retrieves the default account of current user
Link to this function
new(opts \\ []) View Source
Create new conn
opts:
- client \ APIClient.client()
- account \ User.default_account
Link to this function
request(conn, opts \\ []) View Source
Makes a request.