Documentation ¶
Overview ¶
Instapaper models
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bookmark ¶
type Bookmark struct { Hash string `json:"hash"` Description string `json:"description"` Tags []Tag `json:"tags"` BookmarkID int64 `json:"bookmark_id"` PrivateSource string `json:"private_source"` Title string `json:"title"` URL string `json:"url"` ProgressTimestamp int64 `json:"progress_timestamp"` Time int64 `json:"time"` Progress float64 `json:"progress"` Starred string `json:"starred"` Type string `json:"type"` }
type Response ¶
type Response struct { Highlights []Highlight `json:"highlights"` // empty array Bookmarks []Bookmark `json:"bookmarks"` User User `json:"user"` }
func (Response) GetBookmarkTitles ¶
func (Response) GetBookmarks ¶
Click to show internal directories.
Click to hide internal directories.