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

Method getNote

qevercloud/generated/services.cpp:3363–3369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3361}
3362
3363Note NoteStore::getNote(Guid guid, bool withContent, bool withResourcesData, bool withResourcesRecognition, bool withResourcesAlternateData, QString authenticationToken)
3364{
3365 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
3366 QByteArray params = NoteStore_getNote_prepareParams(authenticationToken, guid, withContent, withResourcesData, withResourcesRecognition, withResourcesAlternateData);
3367 QByteArray reply = askEvernote(url_, params);
3368 return NoteStore_getNote_readReply(reply);
3369}
3370
3371AsyncResult* NoteStore::getNoteAsync(Guid guid, bool withContent, bool withResourcesData, bool withResourcesRecognition, bool withResourcesAlternateData, QString authenticationToken)
3372{

Callers 1

viewNoteHistoryMethod · 0.45

Calls 3

askEvernoteFunction · 0.85

Tested by

no test coverage detected