-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
questionFurther information is requestedFurther information is requested
Description
the pocket API kind of always returns "success" for pocket_modify actions.
For example, even if the item id does not exist, the returned list looks like this:
{
"action_results": [
true
],
"action_errors": [
null
],
"status": 1
}
Other weird behaviour is not known but could exist (do further probing?)
Options are:
- put a warning in the docs for all functions that work through modify.
- pre-check: before running the code, fetch pockets and evaluate whether the query could succeed.
- after-check: check whether the target state has been achieved.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested