Ex.Pnut v0.1.0 ExPnut.Posts.Bookmarks View Source
Bookmarking is an action for users to keep track of posts. You can see others' bookmarks as well.
Link to this section Summary
Functions
Bookmark a post.
Delete a bookmark.
Retrieve a list of bookmarks made by the specified user.
Link to this section Functions
Link to this function
bookmark(client, post_id, post_params \\ %PostParams{}) View Source
Bookmark a post.
Link to this function
bookmark_with_note(client, post_id, note, post_params \\ %PostParams{}) View Source
Bookmark a post.
Link to this function
delete_bookmark(client, post_id) View Source
Delete a bookmark.
Link to this function
get_post(client, user_id, post_params \\ %PostParams{}) View Source
Retrieve a list of bookmarks made by the specified user.
Returned posts may include a note string field if looking up bookmarks made by the authorized user.