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

Method createNotebook

qevercloud/generated/services.cpp:1123–1129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1121}
1122
1123Notebook NoteStore::createNotebook(const Notebook& notebook, QString authenticationToken)
1124{
1125 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
1126 QByteArray params = NoteStore_createNotebook_prepareParams(authenticationToken, notebook);
1127 QByteArray reply = askEvernote(url_, params);
1128 return NoteStore_createNotebook_readReply(reply);
1129}
1130
1131AsyncResult* NoteStore::createNotebookAsync(const Notebook& notebook, QString authenticationToken)
1132{

Callers 1

uploadNotebookMethod · 0.80

Tested by

no test coverage detected