summaryrefslogtreecommitdiffstats
path: root/include/request.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/request.hpp')
-rw-r--r--include/request.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/request.hpp b/include/request.hpp
index 97aa2ec..f1bc6ec 100644
--- a/include/request.hpp
+++ b/include/request.hpp
@@ -22,9 +22,21 @@
namespace mastodonpp
{
+/*!
+ * @brief Used to make a request to the Mastodon API.
+ *
+ * @since 0.1.0
+ */
class Request
{
public:
+ /*!
+ * @brief Construct a new Request object.
+ *
+ * @param instance An Instance with the access data.
+ *
+ * @since 0.1.0
+ */
explicit Request(Instance &instance);
private: