Open GaetanLepage opened 10 months ago
I confirm, the example from readme is incorrect. You need to use create_list_item
instead of add
. Took some time to figure out what's wrong.
It would be also nice to have an example in the readme of how to use named lists. Otherwise, everyone will have to browse the code to figure it out.
Thank you for the fix :)
omg, thanks so much for this issue! I couldn't figure out why add wasn't being called.
Probably a good idea to fix it in the readme too
Hello,
It is unclear what are the functions in
HarpoonPartialConfigItem
(i.e. the configuration for a custom list). The README mentions anadd
function whereas in this code comment, there is noadd
function but there is an extracreate_list_item
.Which source of information is correct ?
Thanks !