diff --git a/docs/structmastodonpp_1_1answer__type.html b/docs/structmastodonpp_1_1answer__type.html index e3b1af5..11917fa 100644 --- a/docs/structmastodonpp_1_1answer__type.html +++ b/docs/structmastodonpp_1_1answer__type.html @@ -198,9 +198,9 @@ Friends

Returns the parameters needed for the next entries.

Parses the Link header.

Since
0.3.0
-
164  {
-
165  return parse_pagination(true);
-
166  }
+
166  {
+
167  return parse_pagination(true);
+
168  }
@@ -292,9 +292,9 @@ Friends

Returns the parameters needed for the previous entries.

Parses the Link header.

Since
0.3.0
-
178  {
-
179  return parse_pagination(false);
-
180  }
+
180  {
+
181  return parse_pagination(false);
+
182  }
@@ -434,10 +434,10 @@ Friends
  • src/types.cpp
  • -
    mastodonpp::answer_type::headers
    string headers
    The headers of the response from the server.
    Definition: types.hpp:112
    -
    mastodonpp::answer_type::curl_error_code
    uint8_t curl_error_code
    The error code returned by libcurl.
    Definition: types.hpp:91
    -
    mastodonpp::answer_type::body
    string body
    The response from the server, usually JSON.
    Definition: types.hpp:119
    -
    mastodonpp::answer_type::http_status
    uint16_t http_status
    HTTP status code.
    Definition: types.hpp:105
    +
    mastodonpp::answer_type::headers
    string headers
    The headers of the response from the server.
    Definition: types.hpp:114
    +
    mastodonpp::answer_type::curl_error_code
    uint8_t curl_error_code
    The error code returned by libcurl.
    Definition: types.hpp:93
    +
    mastodonpp::answer_type::body
    string body
    The response from the server, usually JSON.
    Definition: types.hpp:121
    +
    mastodonpp::answer_type::http_status
    uint16_t http_status
    HTTP status code.
    Definition: types.hpp:107