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

Method getResourceApplicationDataAsync

qevercloud/generated/services.cpp:5651–5656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5649}
5650
5651AsyncResult* NoteStore::getResourceApplicationDataAsync(Guid guid, QString authenticationToken)
5652{
5653 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
5654 QByteArray params = NoteStore_getResourceApplicationData_prepareParams(authenticationToken, guid);
5655 return new AsyncResult(url_, params, NoteStore_getResourceApplicationData_readReplyAsync);
5656}
5657
5658QByteArray NoteStore_getResourceApplicationDataEntry_prepareParams(QString authenticationToken, Guid guid, QString key)
5659{

Callers

nothing calls this directly

Tested by

no test coverage detected