Go to the documentation of this file.
33 class GetVersionsJob :
public BaseJob {
51 immer::array<std::string>
versions()
const;
Definition: versions.hpp:42
bool success() const
Definition: versions.cpp:72
Definition: location.hpp:26
Definition: location.hpp:10
GetVersionsJob withData(JsonWrap j) &&
Definition: versions.cpp:55
JobResponse(Response r)
Definition: versions.cpp:69
Definition: basejob.hpp:90
static BaseJob::Query buildQuery()
Definition: versions.cpp:15
Definition: location.hpp:10
GetVersionsJob(std::string serverUrl)
Gets the versions of the specification supported by the server.
Definition: versions.cpp:35
Definition: jsonwrap.hpp:22
::Kazv::Body Body
Definition: basejob.hpp:100
immer::array< std::string > versions() const
The supported versions.
Definition: versions.cpp:83
immer::map< std::string, bool > unstableFeatures() const
Experimental features the server supports.
Definition: versions.cpp:94
Gets the versions of the specification supported by the server.
Definition: versions.hpp:35
static BaseJob::Body buildBody()
Definition: versions.cpp:23
static constexpr auto needsAuth()
Definition: versions.hpp:64
Definition: basejob.hpp:50