Functions | |
async< confirmation_callback_t > | co_create_webhook (const class webhook &wh) |
async< confirmation_callback_t > | co_guild_get (snowflake guild_id) |
async< confirmation_callback_t > | co_guild_get_preview (snowflake guild_id) |
async< confirmation_callback_t > | co_invite_delete (const std::string &invitecode) |
async< http_request_completion_t > | co_request (const std::string &url, http_method method, const std::string &postdata="", const std::string &mimetype="text/plain", const std::multimap< std::string, std::string > &headers={}, const std::string &protocol="1.1") |
async< confirmation_callback_t > | co_stage_instance_create (const stage_instance &si) |
async< confirmation_callback_t > | co_stage_instance_edit (const stage_instance &si) |
async<confirmation_callback_t> co_create_webhook | ( | const class webhook & | wh | ) |
async<confirmation_callback_t> co_guild_get | ( | snowflake | guild_id | ) |
async<confirmation_callback_t> co_guild_get_preview | ( | snowflake | guild_id | ) |
async<confirmation_callback_t> co_invite_delete | ( | const std::string & | invitecode | ) |
async<http_request_completion_t> co_request | ( | const std::string & | url, |
http_method | method, | ||
const std::string & | postdata = "" , |
||
const std::string & | mimetype = "text/plain" , |
||
const std::multimap< std::string, std::string > & | headers = {} , |
||
const std::string & | protocol = "1.1" |
||
) |
async<confirmation_callback_t> co_stage_instance_create | ( | const stage_instance & | si | ) |
async<confirmation_callback_t> co_stage_instance_edit | ( | const stage_instance & | si | ) |