sh8 / wunderlist-api

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

allowing to pass either a list name or list id to api #21

Closed luisroadev closed 7 years ago

luisroadev commented 7 years ago

https://github.com/sh8/wunderlist-api/issues/20

This makes posisble to send name or id to all methods that was expecting a list_name. As neohunter i don't consider a good practice to relay on the name of the lists as they can change.

neohunter commented 7 years ago

Very good this is great

sh8 commented 7 years ago

This changes make sense! Thanks for your pull request.