Duncan Davidson

Results 9 comments of Duncan Davidson

This is a good catch. We need to do a little more processing on these to make them fit in with our website build. I'll look at doing that this...

Yep. If we document it, it becomes something we need to support. In the case of this API, I'm pretty sure we didn't want third party clients deleting comments, even...

@adamrenklint went through the steps documented above and confirmed with the following: I ran through the steps the user outlined and he is exactly correct - deleting a note will...

Also mentioned at http://stackoverflow.com/questions/32858389/undocumented-wunderlist-update-user-endpoint

Hi @lukavida, unfortunately this was fixed in our GitHub repo (ref https://github.com/wunderlist/api/commit/60b1146e46b811807317199c9504d795db41e88a) but the new docset hasn't been pushed to our developer website. I'm taking this as an action item...

You are absolutely right that we should document this. The other case that I'm aware of no notification for is when a list is deleted. We delete the we hook,...

Hi Tobi, The revision counts are asynchronous in our system—it's a side effect of our architectural decisions. And indeed, creating the revision increase locally wouldn't be good as you won't...

I hit "comment" too fast. In any case, if you're on a server, I'd recommend setting up a web hook listener and set a web hook notification on the list...

Totally understand. And yeah, you'll either get it on a sync, or you'll get a rejection if you try to update something with the wrong revision, but that's not the...