Everex.Client

Source

Summary

new(auth_token, opts \\ [])

Starts a new client. To connect to the Evernote Sandbox, pass the sandbox: true option

thrift_call(client, service, call, args \\ [], timeout \\ 20000)

Makes a call to the underlying Thrift service. Normally used only by the Everex API calls, but may also be useful if a particular Evernote Thrift function isn’t yet implemented

Functions

new(auth_token, opts \\ [])

Starts a new client. To connect to the Evernote Sandbox, pass the sandbox: true option.

Source
thrift_call(client, service, call, args \\ [], timeout \\ 20000)

Makes a call to the underlying Thrift service. Normally used only by the Everex API calls, but may also be useful if a particular Evernote Thrift function isn’t yet implemented.

Source