Documentation
¶
Overview ¶
Package document exposes the website-only document text-body endpoints. The OAuth API can neither read nor update a document's text body — see the parent package doc for legal caveats.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client wraps a *web.Client with the document text endpoints.
func (*Client) GetText ¶
GetText fetches the text body of a document. guid is the document's globally unique identifier (e.g. "6000000222741066971"), not the "document-NNN" short id — resolve it via the OAuth API if needed.
Click to show internal directories.
Click to hide internal directories.