#include <ResultRequest.h>
|
static std::vector< std::string > | result (httplib::Client &client, const std::string &prefix, unsigned int id, bool pretty=false) |
|
static std::vector< std::string > | result (httplib::Client &client, const std::string &prefix, unsigned int id, unsigned int offset, unsigned int count, bool pretty=false) |
|
|
static constexpr auto | endpoint = "/result" |
|
◆ result() [1/2]
std::vector< std::string > joda::network::client::ResultRequest::result |
( |
httplib::Client & |
client, |
|
|
const std::string & |
prefix, |
|
|
unsigned int |
id, |
|
|
bool |
pretty = false |
|
) |
| |
|
static |
◆ result() [2/2]
std::vector< std::string > joda::network::client::ResultRequest::result |
( |
httplib::Client & |
client, |
|
|
const std::string & |
prefix, |
|
|
unsigned int |
id, |
|
|
unsigned int |
offset, |
|
|
unsigned int |
count, |
|
|
bool |
pretty = false |
|
) |
| |
|
static |
◆ endpoint
constexpr auto joda::network::client::ResultRequest::endpoint = "/result" |
|
staticconstexpr |
The documentation for this class was generated from the following files: