View Source DocuSign.Api.Resources (DocuSign v1.0.0)

API calls for all endpoints tagged Resources.

Link to this section Summary

Functions

Lists resources for REST version specified Retrieves the base resources available for the eSignature REST API. You do not need an integrator key to view the REST API versions and resources.

Link to this section Functions

Link to this function

service_information_get_resource_information(connection, opts \\ [])

View Source
@spec service_information_get_resource_information(
  Tesla.Env.client(),
  keyword()
) ::
  {:ok, DocuSign.Model.ErrorDetails.t()}
  | {:ok, DocuSign.Model.ResourceInformation.t()}
  | {:error, Tesla.Env.t()}

Lists resources for REST version specified Retrieves the base resources available for the eSignature REST API. You do not need an integrator key to view the REST API versions and resources.

parameters

Parameters

  • connection (DocuSign.Connection): Connection to server
  • opts (keyword): Optional parameters

returns

Returns

  • {:ok, DocuSign.Model.ResourceInformation.t} on success
  • {:error, Tesla.Env.t} on failure