/******************************************************************************
* THIS FILE IS GENERATED - ANY EDITS WILL BE OVERWRITTEN
*/
#include "versions.h"
using namespace Quotient;
QUrl GetVersionsJob::makeRequestUrl(QUrl baseUrl)
{
return BaseJob::makeRequestUrl(std::move(baseUrl),
makePath("/_matrix/client", "/versions"));
}
GetVersionsJob::GetVersionsJob()
: BaseJob(HttpVerb::Get, QStringLiteral("GetVersionsJob"),
makePath("/_matrix/client", "/versions"), false)
{
addExpectedKey("versions");
}
'>
index : libquotient | |
Unnamed repository; edit this file 'description' to name the repository. | Nicolas Peugnet |
blob: b0cb79d249d90027c65776257a4d755ecc35c831 (
plain)