Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Send multiple actions

Tobias Klika edited this page Dec 15, 2013 · 1 revision

PocketSharp 3.0 added the SendActions method, which allows you to send multiple actions at once, as specified in the Pocket API /send endpoint.

The signature looks like the following:

Task<bool> SendActions(List<PocketAction> actions)

List of actions

add, archive, readd, favorite, unfavorite, delete, tags_add, tags_remove, tags_replace, tags_clear, tags_rename

Please check the Pocket docs for further explanation on how to use the PocketAction parameters.

Clone this wiki locally