Bookmarks

Sebastian Kippe ba.nosp@m.sti@kip.nosp@m..pe

Version:0.1.0

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

Summary
BookmarksSebastian Kippe ba.nosp@m.sti@kip.nosp@m..pe
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 when this bookmark was created
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 when this bookmark was created
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 when this bookmark was created
unreadBoolean, whether the bookmark is unread (default: true, required)
Close