JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
Static Public Member Functions | Static Public Attributes
joda::network::client::ResultRequest Class Reference

#include <ResultRequest.h>

Static Public Member Functions

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 Public Attributes

static constexpr auto endpoint = "/result"
 

Member Function Documentation

◆ 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
Here is the caller graph for this function:

◆ 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

Field Documentation

◆ endpoint

constexpr auto joda::network::client::ResultRequest::endpoint = "/result"
staticconstexpr

The documentation for this class was generated from the following files: