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

Method createSharedNotebookAsync

qevercloud/generated/services.cpp:6951–6956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6949}
6950
6951AsyncResult* NoteStore::createSharedNotebookAsync(const SharedNotebook& sharedNotebook, QString authenticationToken)
6952{
6953 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
6954 QByteArray params = NoteStore_createSharedNotebook_prepareParams(authenticationToken, sharedNotebook);
6955 return new AsyncResult(url_, params, NoteStore_createSharedNotebook_readReplyAsync);
6956}
6957
6958QByteArray NoteStore_updateSharedNotebook_prepareParams(QString authenticationToken, const SharedNotebook& sharedNotebook)
6959{

Callers

nothing calls this directly

Tested by

no test coverage detected