Skip to main content

SleepyDiscord::ArrayResponseWrapper

Inherits from SleepyDiscord::StandardResponse, SleepyDiscord::Response

inherited members​

Public Functions inherited from SleepyDiscord::Response

Name
boolerror() const
Response() =default
Response(int32_t _statusCode)

Public Attributes inherited from SleepyDiscord::Response

Name
std::stringtext
int32_tstatusCode
std::map< std::string, std::string, caseInsensitiveCompare >header
time_tbirth

Public Types Documentation​

using Type​

using SleepyDiscord::ArrayResponseWrapper::Type =  std::string;

Public Functions Documentation​

function operator const std::string &​

inline operator const std::string &() const

function getDoc​

inline rapidjson::Document getDoc()

function getDoc​

template <class Callback >
inline rapidjson::ParseResult getDoc(
Callback & callback
)

function StandardResponse​

inline explicit StandardResponse(
const Response & response
)

Updated on 13 April 2022 at 18:39:59 UTC