python-anydo
python-anydo copied to clipboard
Separate tasks from notes
Any.Do mixes tasks and notes into single GET response of the API:
api.get_all_tasks()
Should we separate tasks from notes and provide a more usable interface?