mirror of https://github.com/Nheko-Reborn/nheko
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
168 B
16 lines
168 B
8 years ago
|
#pragma once
|
||
8 years ago
|
|
||
7 years ago
|
#include <mtxclient/http/client.hpp>
|
||
7 years ago
|
|
||
7 years ago
|
namespace http {
|
||
7 years ago
|
mtx::http::Client *
|
||
7 years ago
|
client();
|
||
7 years ago
|
|
||
|
bool
|
||
|
is_logged_in();
|
||
7 years ago
|
|
||
7 years ago
|
//! Initialize the http module
|
||
|
void
|
||
|
init();
|
||
7 years ago
|
}
|