Documentation
¶
Overview ¶
Package rm contains logic for interacting with the Remarkable API for the purposes of reading and writing documents.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderRmToPng ¶
RenderRmToPng renders a remarkable document to a PNG file.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) DownloadDocument ¶
DownloadDocument downloads a document from Remarkable and returns it.
func (*Client) ListDocuments ¶
ListDocuments returns a list of all documents on the Remarkable.
type Metadata ¶
type Metadata struct { CreatedTime string `json:"createdTime"` LastModified string `json:"lastModified"` LastOpened string `json:"lastOpened"` LastOpenedPage int `json:"lastOpenedPage"` Parent string `json:"parent"` Pinned bool `json:"pinned"` Type string `json:"type"` VisibleName string `json:"visibleName"` }
Click to show internal directories.
Click to hide internal directories.