pocketapi (version 0.1)

pocket_modify_bulk_: pocket_modify_bulk_

Description

Bulk modify for a given action, i.e., the action is the same for all item_ids.

Usage

pocket_modify_bulk_(item_ids, action_name, consumer_key, access_token, ...)

Arguments

item_ids

Character vector. Pocket item IDs that should be modified.

action_name

Character. The action that should be performed on all specified items.

consumer_key

Character string. Your Pocket consumer key. Defaults to Sys.getenv("POCKET_CONSUMER_KEY").

access_token

Character string. Your Pocket request token. Defaults to Sys.getenv("POCKET_ACCESS_TOKEN").

...

Additional named arguments to be added to the action list items.