extract_action_results_ {pocketapi} | R Documentation |
extract_action_results_
Description
Extract results from list that is returned by the send endpoint of the Pocket API.
Usage
extract_action_results_(res, item_ids)
Arguments
res |
List. Httr response object. |
item_ids |
Character vector. Pocket item IDs that were modified. |
Value
Named list with the IDs for which the action was successful, the ids for which it failed and the list of failures.
[Package pocketapi version 0.1 Index]