MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / getSharedNotebookByAuth

Method getSharedNotebookByAuth

qevercloud/generated/services.cpp:8258–8264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8256}
8257
8258SharedNotebook NoteStore::getSharedNotebookByAuth(QString authenticationToken)
8259{
8260 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
8261 QByteArray params = NoteStore_getSharedNotebookByAuth_prepareParams(authenticationToken);
8262 QByteArray reply = askEvernote(url_, params);
8263 return NoteStore_getSharedNotebookByAuth_readReply(reply);
8264}
8265
8266AsyncResult* NoteStore::getSharedNotebookByAuthAsync(QString authenticationToken)
8267{

Callers

nothing calls this directly

Tested by

no test coverage detected