simplenote-vim / simplenote.py

Python API wrapper for the Simplenote web service

Home Page:http://readthedocs.org/docs/simplenotepy/en/latest/api.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Exception on authentication failure.

onlyhavecans opened this issue · comments

Instantiating a new simplenote object with a bad username and password fails silently.
This should probably raise an exception.

Right, the actual authentication testing is deferred to when the token is fetched. There should be an easy way to know if you have instantiated a working object.

I think you can close this now :)

heh, yeah forgot that it wasn't referenced in the commit. Thanks for fixing it.