-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add method batch_update_list #4
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add an example to the README for it as well, showing the name can be changed and adding a comment, that it might be "buggy" in the list on the app.
Could you also add this endpoint to the test script? Even though the test workflow does not work atm :) |
already did |
method name changed to better reflect the method name used in the Bring android app `batchUpdateBringList`
renamed method to better reflect the method name used in the Bring Android app (batchUpdateBringList) |
@tr4nt0r What is currently not possible with the |
i think it's feature complete, it can do everything the app can do. It can do the same as |
Add support for item_uuid to `save_item`, `update_item`, `complete_item` and `remove_item`. Refactor methods to wrapper methods for batch_update_list for item_uuid support.
Adds a method batch_update_list.
This uses the same endpoint as the Bring App for manipulating the lists and supports adding, completing and removing items from a list. Using the items uuid as unique identifier is supported with this method, so differentiating items with the same name but with different specifications is possible. Changing an items name is also possible but should be avoided, as it has weird effects in the App.