#include <JodaClient.h>
|
static rapidjson::Document | parseResponse (httplib::Response &res) |
|
static void | checkError (const rapidjson::Document &doc) |
|
|
static constexpr size_t | VERSION = 2 |
|
|
static constexpr auto | prefix = "/api/v2" |
|
◆ JodaClient()
joda::network::client::JodaClient::JodaClient |
( |
const std::string & |
addr, |
|
|
int |
port |
|
) |
| |
◆ browseReturn()
void joda::network::client::JodaClient::browseReturn |
( |
unsigned long |
id, |
|
|
unsigned long |
max |
|
) |
| |
|
protected |
◆ checkError()
void joda::network::client::JodaClient::checkError |
( |
const rapidjson::Document & |
doc | ) |
|
|
static |
◆ cli()
void joda::network::client::JodaClient::cli |
( |
| ) |
|
◆ getStringWindowSize()
void joda::network::client::JodaClient::getStringWindowSize |
( |
const std::string & |
str, |
|
|
int & |
y, |
|
|
int & |
x |
|
) |
| |
|
staticprotected |
◆ handleError() [1/2]
◆ handleError() [2/2]
◆ ltrim()
std::string & joda::network::client::JodaClient::ltrim |
( |
std::string & |
str | ) |
|
|
protected |
◆ nonInteractiveQuery()
void joda::network::client::JodaClient::nonInteractiveQuery |
( |
const std::string & |
query, |
|
|
unsigned long |
offset, |
|
|
unsigned long |
count |
|
) |
| |
◆ parseCommand()
std::string joda::network::client::JodaClient::parseCommand |
( |
| ) |
|
|
protected |
◆ parseResponse()
rapidjson::Document joda::network::client::JodaClient::parseResponse |
( |
httplib::Response & |
res | ) |
|
|
static |
◆ rtrim()
std::string & joda::network::client::JodaClient::rtrim |
( |
std::string & |
str | ) |
|
|
protected |
◆ client
httplib::Client joda::network::client::JodaClient::client |
|
protected |
◆ prefix
constexpr auto joda::network::client::JodaClient::prefix = "/api/v2" |
|
staticconstexprprotected |
◆ query
std::string joda::network::client::JodaClient::query |
|
protected |
◆ VERSION
constexpr size_t joda::network::client::JodaClient::VERSION = 2 |
|
staticconstexpr |
The documentation for this class was generated from the following files:
- /home/nico/joda_tmp/tmp-joda-dirs/JODA-gh/libs/joda/client/include/joda/JodaClient.h
- /home/nico/joda_tmp/tmp-joda-dirs/JODA-gh/libs/joda/client/src/JodaClient.cpp