jeroendesloovere / wunderlist-php-api

This Wunderlist PHP Class connects to the Wunderlist API and has all functions implemented to insert/update/delete lists, tasks, reminders, files, notes, ...
MIT License
17 stars 4 forks source link

v2 is not stable anymore #2

Closed tjengbudi closed 9 years ago

tjengbudi commented 9 years ago

hello, v2 and v3 is different server. right now v2 is often down. but sometimes it is ok to sync could you consider it to update ?

v3 rest api will be located official here https://developer.wunderlist.com/documentation

jeroendesloovere commented 9 years ago

@tjengbudi Hi, nice to meet you. Thanks for notifying me. Will look into this when I have some more time.

jeroendesloovere commented 9 years ago

Hi, I've started working on an updated class that connects to Wunderlist v3 by using OAUTH.