- Add optional argument for quantity to get_note_list()
- catch HTTPError when fetching notes
- immediately return if note could not be fetched
- trash_note has to succeed for deleting
- add json import fallbacks
- fix display of '+' signs
- improved documentation
- add sphinx docs
- minor changes for pypi
- basic API methods
- get note list
- get single note
- add note
- update note
- trash note
- delete note