Documentation
¶
Overview ¶
Package uncategorized implements the DocuSign SDK category Uncategorized.
Uncategorized calls may change or move to other packages.
Usage example:
import ( "github.com/pwaterz/esign" "github.com/pwaterz/esign/v2/uncategorized" "github.com/pwaterz/esign/v2/model" ) ... uncategorizedService := uncategorized.New(esignCredential)
Index ¶
- type CommentsGetOp
- type DocumentResponsiveHTMLPreviewCreateOp
- type EnvelopeDocumentHTMLDefinitionsGetOp
- type EnvelopeHTMLDefinitionsListOp
- type ResponsiveHTMLPreviewCreateOp
- type Service
- func (s *Service) CommentsGet(envelopeID string) *CommentsGetOp
- func (s *Service) DocumentResponsiveHTMLPreviewCreate(documentID string, envelopeID string, ...) *DocumentResponsiveHTMLPreviewCreateOp
- func (s *Service) EnvelopeDocumentHTMLDefinitionsGet(documentID string, envelopeID string) *EnvelopeDocumentHTMLDefinitionsGetOp
- func (s *Service) EnvelopeHTMLDefinitionsList(envelopeID string) *EnvelopeHTMLDefinitionsListOp
- func (s *Service) ResponsiveHTMLPreviewCreate(envelopeID string, documentHTMLDefinition *model.DocumentHTMLDefinition) *ResponsiveHTMLPreviewCreateOp
- func (s *Service) TemplateDocumentHTMLDefinitionsList(documentID string, templateID string) *TemplateDocumentHTMLDefinitionsListOp
- func (s *Service) TemplateDocumentResponsiveHTMLPreviewCreate(documentID string, templateID string, ...) *TemplateDocumentResponsiveHTMLPreviewCreateOp
- func (s *Service) TemplateHTMLDefinitionsList(templateID string) *TemplateHTMLDefinitionsListOp
- func (s *Service) TemplateResponsiveHTMLPreviewCreate(templateID string, documentHTMLDefinition *model.DocumentHTMLDefinition) *TemplateResponsiveHTMLPreviewCreateOp
- type TemplateDocumentHTMLDefinitionsListOp
- type TemplateDocumentResponsiveHTMLPreviewCreateOp
- type TemplateHTMLDefinitionsListOp
- type TemplateResponsiveHTMLPreviewCreateOp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommentsGetOp ¶
CommentsGetOp implements DocuSign API SDK Uncategorized::getCommentsTranscript
func (*CommentsGetOp) Encoding ¶
func (op *CommentsGetOp) Encoding(val string) *CommentsGetOp
Encoding set the call query parameter encoding
type DocumentResponsiveHTMLPreviewCreateOp ¶
DocumentResponsiveHTMLPreviewCreateOp implements DocuSign API SDK Uncategorized::createDocumentResponsiveHtmlPreview
func (*DocumentResponsiveHTMLPreviewCreateOp) Do ¶
func (op *DocumentResponsiveHTMLPreviewCreateOp) Do(ctx context.Context) (*model.DocumentHTMLDefinitions, error)
Do executes the op. A nil context will return error.
type EnvelopeDocumentHTMLDefinitionsGetOp ¶
EnvelopeDocumentHTMLDefinitionsGetOp implements DocuSign API SDK Uncategorized::getEnvelopeDocumentHtmlDefinitions
func (*EnvelopeDocumentHTMLDefinitionsGetOp) Do ¶
func (op *EnvelopeDocumentHTMLDefinitionsGetOp) Do(ctx context.Context) (*model.DocumentHTMLDefinitionOriginals, error)
Do executes the op. A nil context will return error.
type EnvelopeHTMLDefinitionsListOp ¶
EnvelopeHTMLDefinitionsListOp implements DocuSign API SDK Uncategorized::getEnvelopeHtmlDefinitions
func (*EnvelopeHTMLDefinitionsListOp) Do ¶
func (op *EnvelopeHTMLDefinitionsListOp) Do(ctx context.Context) (*model.DocumentHTMLDefinitionOriginals, error)
Do executes the op. A nil context will return error.
type ResponsiveHTMLPreviewCreateOp ¶
ResponsiveHTMLPreviewCreateOp implements DocuSign API SDK Uncategorized::createResponsiveHtmlPreview
func (*ResponsiveHTMLPreviewCreateOp) Do ¶
func (op *ResponsiveHTMLPreviewCreateOp) Do(ctx context.Context) (*model.DocumentHTMLDefinitions, error)
Do executes the op. A nil context will return error.
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service implements DocuSign Uncategorized Category API operations
func New ¶
func New(cred esign.Credential) *Service
New initializes a uncategorized service using cred to authorize ops.
func (*Service) CommentsGet ¶
func (s *Service) CommentsGet(envelopeID string) *CommentsGetOp
CommentsGetis uncategorized and subject to change
func (*Service) DocumentResponsiveHTMLPreviewCreate ¶
func (s *Service) DocumentResponsiveHTMLPreviewCreate(documentID string, envelopeID string, documentHTMLDefinition *model.DocumentHTMLDefinition) *DocumentResponsiveHTMLPreviewCreateOp
DocumentResponsiveHTMLPreviewCreateis uncategorized and subject to change
func (*Service) EnvelopeDocumentHTMLDefinitionsGet ¶
func (s *Service) EnvelopeDocumentHTMLDefinitionsGet(documentID string, envelopeID string) *EnvelopeDocumentHTMLDefinitionsGetOp
EnvelopeDocumentHTMLDefinitionsGetis uncategorized and subject to change
func (*Service) EnvelopeHTMLDefinitionsList ¶
func (s *Service) EnvelopeHTMLDefinitionsList(envelopeID string) *EnvelopeHTMLDefinitionsListOp
EnvelopeHTMLDefinitionsListis uncategorized and subject to change
func (*Service) ResponsiveHTMLPreviewCreate ¶
func (s *Service) ResponsiveHTMLPreviewCreate(envelopeID string, documentHTMLDefinition *model.DocumentHTMLDefinition) *ResponsiveHTMLPreviewCreateOp
ResponsiveHTMLPreviewCreateis uncategorized and subject to change
func (*Service) TemplateDocumentHTMLDefinitionsList ¶
func (s *Service) TemplateDocumentHTMLDefinitionsList(documentID string, templateID string) *TemplateDocumentHTMLDefinitionsListOp
TemplateDocumentHTMLDefinitionsListis uncategorized and subject to change
func (*Service) TemplateDocumentResponsiveHTMLPreviewCreate ¶
func (s *Service) TemplateDocumentResponsiveHTMLPreviewCreate(documentID string, templateID string, documentHTMLDefinition *model.DocumentHTMLDefinition) *TemplateDocumentResponsiveHTMLPreviewCreateOp
TemplateDocumentResponsiveHTMLPreviewCreateis uncategorized and subject to change
func (*Service) TemplateHTMLDefinitionsList ¶
func (s *Service) TemplateHTMLDefinitionsList(templateID string) *TemplateHTMLDefinitionsListOp
TemplateHTMLDefinitionsListis uncategorized and subject to change
func (*Service) TemplateResponsiveHTMLPreviewCreate ¶
func (s *Service) TemplateResponsiveHTMLPreviewCreate(templateID string, documentHTMLDefinition *model.DocumentHTMLDefinition) *TemplateResponsiveHTMLPreviewCreateOp
TemplateResponsiveHTMLPreviewCreateis uncategorized and subject to change
type TemplateDocumentHTMLDefinitionsListOp ¶
TemplateDocumentHTMLDefinitionsListOp implements DocuSign API SDK Uncategorized::getTemplateDocumentHtmlDefinitions
func (*TemplateDocumentHTMLDefinitionsListOp) Do ¶
func (op *TemplateDocumentHTMLDefinitionsListOp) Do(ctx context.Context) (*model.DocumentHTMLDefinitionOriginals, error)
Do executes the op. A nil context will return error.
type TemplateDocumentResponsiveHTMLPreviewCreateOp ¶
TemplateDocumentResponsiveHTMLPreviewCreateOp implements DocuSign API SDK Uncategorized::createTemplateDocumentResponsiveHtmlPreview
func (*TemplateDocumentResponsiveHTMLPreviewCreateOp) Do ¶
func (op *TemplateDocumentResponsiveHTMLPreviewCreateOp) Do(ctx context.Context) (*model.DocumentHTMLDefinitions, error)
Do executes the op. A nil context will return error.
type TemplateHTMLDefinitionsListOp ¶
TemplateHTMLDefinitionsListOp implements DocuSign API SDK Uncategorized::getTemplateHtmlDefinitions
func (*TemplateHTMLDefinitionsListOp) Do ¶
func (op *TemplateHTMLDefinitionsListOp) Do(ctx context.Context) (*model.DocumentHTMLDefinitionOriginals, error)
Do executes the op. A nil context will return error.
type TemplateResponsiveHTMLPreviewCreateOp ¶
TemplateResponsiveHTMLPreviewCreateOp implements DocuSign API SDK Uncategorized::createTemplateResponsiveHtmlPreview
func (*TemplateResponsiveHTMLPreviewCreateOp) Do ¶
func (op *TemplateResponsiveHTMLPreviewCreateOp) Do(ctx context.Context) (*model.DocumentHTMLDefinitions, error)
Do executes the op. A nil context will return error.