mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 08:21:21 +00:00
Use Https
This commit is contained in:
@@ -122,7 +122,7 @@ implements <a href="../../../../org/kohsuke/github/HttpConnector.html" title="in
|
||||
<div class="block"><a href="../../../../org/kohsuke/github/HttpConnector.html" title="interface in org.kohsuke.github"><code>HttpConnector</code></a> for <code>OkHttpClient</code>.
|
||||
<p>
|
||||
Unlike <a href="../../../../org/kohsuke/github/HttpConnector.html#DEFAULT"><code>HttpConnector.DEFAULT</code></a>, OkHttp does response caching. Making a conditional request against GitHubAPI and receiving a
|
||||
304 response does not count against the rate limit. See http://developer.github.com/v3/#conditional-requests</div>
|
||||
304 response does not count against the rate limit. See https://developer.github.com/v3/#conditional-requests</div>
|
||||
<dl>
|
||||
<dt><span class="simpleTagLabel">Author:</span></dt>
|
||||
<dd>Roberto Tyley, Kohsuke Kawaguchi</dd>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<p id="toplinks">Skip to: <a href="#content">Content</a> | <a href="#sidebar">Navigation</a> | <a href="#footer">Footer</a></p>
|
||||
|
||||
<h1 id="bannerLeft">
|
||||
<a href="http://github-api.kohsuke.org/">
|
||||
<a href="https://github-api.kohsuke.org/">
|
||||
|
||||
GitHub API for Java
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="http://mvnrepository.com/artifact/org.kohsuke/github-api">Download</a>
|
||||
<a href="https://mvnrepository.com/artifact/org.kohsuke/github-api">Download</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
@@ -201,7 +201,7 @@
|
||||
<div class="xright">©
|
||||
2020
|
||||
|
||||
<a href="http://kohsuke.org/">Kohsuke Kawaguchi</a> and other contributors
|
||||
<a href="https://kohsuke.org/">Kohsuke Kawaguchi</a> and other contributors
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<p id="toplinks">Skip to: <a href="#content">Content</a> | <a href="#sidebar">Navigation</a> | <a href="#footer">Footer</a></p>
|
||||
|
||||
<h1 id="bannerLeft">
|
||||
<a href="http://github-api.kohsuke.org/">
|
||||
<a href="https://github-api.kohsuke.org/">
|
||||
|
||||
GitHub API for Java
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="http://mvnrepository.com/artifact/org.kohsuke/github-api">Download</a>
|
||||
<a href="https://mvnrepository.com/artifact/org.kohsuke/github-api">Download</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
@@ -172,7 +172,7 @@ GHAppInstallationToken appInstallationToken = appInstallation.createToken().crea
|
||||
<div class="xright">©
|
||||
2020
|
||||
|
||||
<a href="http://kohsuke.org/">Kohsuke Kawaguchi</a> and other contributors
|
||||
<a href="https://kohsuke.org/">Kohsuke Kawaguchi</a> and other contributors
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -199,7 +199,7 @@
|
||||
|
||||
GHRepository repo = github.createRepository(
|
||||
"new-repository","this is my new repository",
|
||||
"http://www.kohsuke.org/",true/*public*/);
|
||||
"https://www.kohsuke.org/",true/*public*/);
|
||||
repo.addCollaborators(github.getUser("abayer"),github.getUser("rtyler"));
|
||||
repo.delete();</pre></div></section><section>
|
||||
<h2><a name="Authentication"></a>Authentication</h2>
|
||||
@@ -277,7 +277,7 @@ GitHub gitHub = GitHubBuilder.fromEnvironment()
|
||||
<div class="xright">©
|
||||
2020
|
||||
|
||||
<a href="http://kohsuke.org/">Kohsuke Kawaguchi</a> and other contributors
|
||||
<a href="https://kohsuke.org/">Kohsuke Kawaguchi</a> and other contributors
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<p id="toplinks">Skip to: <a href="#content">Content</a> | <a href="#sidebar">Navigation</a> | <a href="#footer">Footer</a></p>
|
||||
|
||||
<h1 id="bannerLeft">
|
||||
<a href="http://github-api.kohsuke.org/">
|
||||
<a href="https://github-api.kohsuke.org/">
|
||||
|
||||
GitHub API for Java
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
<a href="http://mvnrepository.com/artifact/org.kohsuke/github-api">Download</a>
|
||||
<a href="https://mvnrepository.com/artifact/org.kohsuke/github-api">Download</a>
|
||||
</li>
|
||||
|
||||
<li class="none">
|
||||
|
||||
Reference in New Issue
Block a user