Everex.NoteStore

Source

Summary

find_notes_metadata(client, filter \\ %Everex.Types.NoteFilter{}, offset \\ 0, max_notes \\ 100, result_spec \\ %Everex.Types.NotesMetadataResultSpec{})

Finds notes based on the given filter, with pagination support handled by an offset and a limit on max notes returned. By default, all notes will be found (empty note filter) and only the guid is returned for each result (empty notes metadata result specification)

get_note(client, guid, with_content \\ false, with_resources_data \\ false, with_resources_recognition \\ false, with_resources_alternate_data \\ false)

Retrieves a single note given its guid

list_notebooks(client)

Lists all the notebooks in the Evernote account

list_tags(client)

Lists all the tags in the Evernote account

Functions

find_notes_metadata(client, filter \\ %Everex.Types.NoteFilter{}, offset \\ 0, max_notes \\ 100, result_spec \\ %Everex.Types.NotesMetadataResultSpec{})

Finds notes based on the given filter, with pagination support handled by an offset and a limit on max notes returned. By default, all notes will be found (empty note filter) and only the guid is returned for each result (empty notes metadata result specification).

Source
get_note(client, guid, with_content \\ false, with_resources_data \\ false, with_resources_recognition \\ false, with_resources_alternate_data \\ false)

Retrieves a single note given its guid.

Source
list_notebooks(client)

Lists all the notebooks in the Evernote account.

Source
list_tags(client)

Lists all the tags in the Evernote account.

Source