api icon indicating copy to clipboard operation
api copied to clipboard

Wunderlist API C#

Open kheipl opened this issue 6 years ago • 2 comments

I have downloaded Wunderlist API from github.I would like to connect wunderlist from C# code using wunderlist API.but i can not able to connect.please check my below code and advise how to do that....

WunderlistAPI.WunderlistConnection b = new WunderlistAPI.WunderlistConnection("[email protected]"); b.Login("khapl123");

kheipl avatar Sep 05 '17 09:09 kheipl

Please help..........

how to use this api ?????

kheipl avatar Sep 13 '17 11:09 kheipl

You need to add the X-Access-Token token and the X-Client-ID in the request headers.

RosiersRobin avatar Nov 25 '17 16:11 RosiersRobin