microsoftarchive / api

The Wunderlist API Documentation
123 stars 37 forks source link

Wunderlist API C# #122

Open kheipl opened 6 years ago

kheipl commented 6 years ago

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("edp.kharind@khindia.com"); b.Login("khapl123");

kheipl commented 6 years ago

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

how to use this api ?????

RosiersRobin commented 6 years ago

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