You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param uri The base URI of the REST API.Missing trailing slash will be appended automatically
14
-
* @paramhttpClient The HTTP client used to communicate with the REST API.
15
-
* @paramserializer Controls the serialization of entities sent to and received from the server. Defaults to {@linkJsonSerializer} if unset.</param>
16
-
* @paramerrorHandler Handles errors in HTTP responses.Defaults to {@linkDefaultErrorHandler} if unset.</param>
17
-
* @paramlinkExtractor Detects links in HTTP responses. Combines {@link HeaderLinkExtractor} and {@linkHalLinkExtractor} if unset.</param>
13
+
* @param uri The base URI of the REST API.<br>Missing trailing slash will be appended automatically.
14
+
* @paramserializer Controls the serialization of entities sent to and received from the server.<br>Defaults to {@link JsonSerializer} if undefined.
15
+
* @paramerrorHandler Handles errors in HTTP responses.<br>Defaults to {@linkDefaultErrorHandler} if undefined.
16
+
* @paramlinkExtractor Detects links in HTTP responses.<br>Defaults to {@linkHeaderLinkExtractor} and {@link HalLinkExtractor} combined via {@link AggregateLinkExtractor} if undefined.
17
+
* @paramhttpClient The HTTP client used to communicate with the REST API.<br>Defaults to {@linkFetchHttpClient} if undefined.
0 commit comments