This repository was archived by the owner on Jan 12, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 12
Modify
Tobias Klika edited this page Oct 17, 2013
·
1 revision
All Modify methods accept either the itemID (as int) or a PocketItem as parameter.
Archive the specified item:
boolisSuccess=await_client.Archive(myPocketItem);Un-archive the specified item:
boolisSuccess=await_client.Unarchive(myPocketItem);Favorites the specified item:
boolisSuccess=await_client.Favorite(myPocketItem);Un-favorites the specified item:
boolisSuccess=await_client.Unfavorite(myPocketItem);Deletes the specified item:
boolisSuccess=await_client.Delete(myPocketItem);