api
api copied to clipboard
The Wunderlist API Documentation
Hi, This is something which is hampering our development for quite some time now, so I wanted to raise an issue for this again. We are syncing tasks using the...
@tobstarr @i0rek @chadfowler for stuff like that it would be good to support urn:ietf:wg:oauth:2.0:oob as described here: https://developers.google.com/identity/protocols/OAuth2InstalledApp (via https://twitter.com/tobstarr/status/658932793934749696)
(robdimsdale https://disqus.com/by/robdimsdale/) reports > There appears to be an endpoint for updating the user which does not appear on this page. User information can be updated by sending a `PUT`...
As suggested by Eric Mutta in https://disqus.com/home/discussion/wunderlistdeveloper/wunderlist_developer_38/#comment-2164292599 > You should probably update these docs to indicate that one can get the Access Token on the MY APPS page of Wunderlist.com...
http://stackoverflow.com/questions/32878211/undocumented-wunderlist-delete-task-comment-endpoint#new-answer There appears to be an endpoint on the Wunderlist API for deleting a task-comment which does not appear in the official docs Existing task comments can be deleted by...
(robdimsdale https://disqus.com/by/robdimsdale/ reports) It appears that list_id is not presented in the returned JSON for the files/file endpoints, as it is described in the above documentation. Other files like task_id...
Per Kevin (https://disqus.com/by/mieubrisse/) 1) It looks like there's a bug with deleting notes: if I call the DELETE endpoint once, it replaces the note with a new, empty note with...