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
Copy file name to clipboardExpand all lines: src/site/apt/index.apt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -140,9 +140,9 @@ Pluggable HTTP client
140
140
141
141
This library comes with a pluggable connector to use different HTTP client implementations
142
142
through <<<HttpConnector>>>. In particular, this means you can use {{{https://square.github.io/okhttp/}OkHttp}},
143
-
so we can make use of it's HTTP response cache.
143
+
so we can make use of its HTTP response cache.
144
144
Making a conditional request against the GitHub API and receiving a 304 response
145
-
{{{https://docs.github.com/en/rest/overview/resources-in-the-rest-api#conditional-requests}does not count against the rate limit}}.
145
+
{{{https://docs.github.com/en/rest/overview/resources-in-the-rest-api?apiVersion=2022-11-28#conditional-requests}does not count against the rate limit}}.
146
146
147
147
The following code shows an example of how to set up persistent cache on the disk:
0 commit comments