Bookmarks

Maintainer:Sebastian Kippe seba.nosp@m.stian@kip.nosp@m..pe
Version:0.2.0

This module stores bookmarks.  It is used by https://webmarks.5apps.com/

Summary
Bookmarks
Schemas
bookmarks/archive-bookmarkRepresents an archived bookmark.
bookmarks/browser-bookmarkRepresents a bookmark that is not archived.
bookmarks/readlater-bookmarkRepresents a bookmark which the user marked for reading later.

Schemas

bookmarks/archive-bookmark

Represents an archived bookmark.

Properties

idA string that uniquely identifies this bookmark (required)
urlThe url of the bookmark (required)
titleThe user-facing string describing the bookmark (required)
createdAtDateTime string of document creation
updatedAtDateTime string of last update
descriptionLike title, but more elaborate
tagsArray of strings; use tags to give your bookmarks a loose grouping into categories
thumbnailA base64-encoded screenshot of the bookmarked page

bookmarks/browser-bookmark

Represents a bookmark that is not archived.

Properties

idA string that uniquely identifies this bookmark
urlThe url of the bookmark
titleThe user-facing string describing the bookmark
createdAtDateTime string of document creation
updatedAtDateTime string of last update
tagsArray of strings; use tags to give your bookmarks a loose grouping into categories

bookmarks/readlater-bookmark

Represents a bookmark which the user marked for reading later.

Properties

idA string that uniquely identifies this bookmark
urlThe url of the bookmark
titleThe user-facing string describing the bookmark
createdAtDateTime string of document creation
updatedAtDateTime string of last update
unreadBoolean, whether the bookmark is unread (default: true, required)
Close