sh8 / wunderlist-api

wunderlist-api enable you to operate your wunderlist resources easily with Ruby.
MIT License
39 stars 18 forks source link

2 bug fixes: typo task.reminder & returning task.subtasks in correct … #14

Closed ArnaldoC closed 7 years ago

ArnaldoC commented 8 years ago

Hi there! As I've been developing a Wunderlist command-line interface (and simple file format for mass uploading from text files) I found two small bugs in the excellent Wunderlist API you created: 1) There is a typo in task.reminder that was throwing an error in some circumstances. 2) task.subtasks were being returned in backwards order. I've fixed both bugs. Please have a look and incorporate the fixes if you find them useful. :) I think we emailed a while ago about doing some development of a Wunderlist CLI together - sorry the progress is so slow. ;) Thanks and best regards, Arnaldo

sh8 commented 7 years ago

Thanks a lot !!

ArnaldoC commented 7 years ago

My pleasure. :) Thanks for incorporating the changes. :)