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

Method getResource

qevercloud/generated/services.cpp:5526–5532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5524}
5525
5526Resource NoteStore::getResource(Guid guid, bool withData, bool withRecognition, bool withAttributes, bool withAlternateData, QString authenticationToken)
5527{
5528 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
5529 QByteArray params = NoteStore_getResource_prepareParams(authenticationToken, guid, withData, withRecognition, withAttributes, withAlternateData);
5530 QByteArray reply = askEvernote(url_, params);
5531 return NoteStore_getResource_readReply(reply);
5532}
5533
5534AsyncResult* NoteStore::getResourceAsync(Guid guid, bool withData, bool withRecognition, bool withAttributes, bool withAlternateData, QString authenticationToken)
5535{

Callers 1

processSyncChunkMethod · 0.80

Calls 3

askEvernoteFunction · 0.85

Tested by

no test coverage detected