wunderlist-api
wunderlist-api copied to clipboard
wunderlist-api enable you to operate your wunderlist resources easily with Ruby.
Not exactly sure what's causing this to break but I'm getting this error after upgrading my app to rails 5.2.0. ``` pry(main)> Recipe.new FrozenError: can't modify frozen Hash from /Users/jklein/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/wunderlist-api-1.1.2/lib/wunderlist/helper.rb:62:in...
I've been using this for over a year now, and it seems to be working fine. Closes #19
Hello Shun, Thank you for making this API client, it was really helpful. I have made some changes inorder to handle membership and folder API's introduced in wunderlist. Regards
it is may better to define in initialize method too or remove it from accessor method. ``` $ git diff diff --git a/lib/wunderlist/user.rb b/lib/wunderlist/user.rb index 5920847..98c1021 100644 --- a/lib/wunderlist/user.rb +++...
Hello, I've been using this gem for a project and recently there has been a problem with most methods. There seems to be a problem with certificate validation. Code from...