changed api link to working one
This commit is contained in:
parent
bb6b637ec3
commit
f63388a919
@ -888,7 +888,7 @@ also sets the AUTH_COOKIE cookie to the new one
|
||||
<div class="tab-pane active" id="examples-Everyone-changePW-0-curl">
|
||||
<pre class="prettyprint"><code class="language-bsh">curl -X POST\
|
||||
-H "Content-Type: application/json"\
|
||||
"https://virtserver.swaggerhub.com/ZeroTwoHub/IPost/1.0.0/api/changePW"</code></pre>
|
||||
"https://ws.zerotwohub.tk:25566/api/changePW"</code></pre>
|
||||
</div>
|
||||
<div class="tab-pane" id="examples-Everyone-changePW-0-java">
|
||||
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
|
||||
@ -1161,7 +1161,7 @@ username and post text are base64 encoded and URI Encoded
|
||||
<div class="tab-pane active" id="examples-Everyone-getPosts-0-curl">
|
||||
<pre class="prettyprint"><code class="language-bsh">curl -X GET\
|
||||
-H "Accept: application/json"\
|
||||
"https://virtserver.swaggerhub.com/ZeroTwoHub/IPost/1.0.0/api/getPosts"</code></pre>
|
||||
"https://ws.zerotwohub.tk:25566/api/getPosts"</code></pre>
|
||||
</div>
|
||||
<div class="tab-pane" id="examples-Everyone-getPosts-0-java">
|
||||
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
|
||||
@ -1433,7 +1433,7 @@ except ApiException as e:
|
||||
<div class="tab-pane active" id="examples-Everyone-getotheruser-0-curl">
|
||||
<pre class="prettyprint"><code class="language-bsh">curl -X GET\
|
||||
-H "Accept: application/json"\
|
||||
"https://virtserver.swaggerhub.com/ZeroTwoHub/IPost/1.0.0/api/getotheruser?user="</code></pre>
|
||||
"https://ws.zerotwohub.tk:25566/api/getotheruser?user="</code></pre>
|
||||
</div>
|
||||
<div class="tab-pane" id="examples-Everyone-getotheruser-0-java">
|
||||
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
|
||||
@ -1739,7 +1739,7 @@ except ApiException as e:
|
||||
<div class="tab-pane active" id="examples-Everyone-getuser-0-curl">
|
||||
<pre class="prettyprint"><code class="language-bsh">curl -X GET\
|
||||
-H "Accept: application/json"\
|
||||
"https://virtserver.swaggerhub.com/ZeroTwoHub/IPost/1.0.0/api/getuser"</code></pre>
|
||||
"https://ws.zerotwohub.tk:25566/api/getuser"</code></pre>
|
||||
</div>
|
||||
<div class="tab-pane" id="examples-Everyone-getuser-0-java">
|
||||
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
|
||||
@ -2005,7 +2005,7 @@ except ApiException as e:
|
||||
<div class="tab-pane active" id="examples-Everyone-login-0-curl">
|
||||
<pre class="prettyprint"><code class="language-bsh">curl -X POST\
|
||||
-H "Content-Type: application/json"\
|
||||
"https://virtserver.swaggerhub.com/ZeroTwoHub/IPost/1.0.0/login"</code></pre>
|
||||
"https://ws.zerotwohub.tk:25566/login"</code></pre>
|
||||
</div>
|
||||
<div class="tab-pane" id="examples-Everyone-login-0-java">
|
||||
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
|
||||
@ -2275,7 +2275,7 @@ except ApiException as e:
|
||||
<div class="tab-pane active" id="examples-Everyone-post-0-curl">
|
||||
<pre class="prettyprint"><code class="language-bsh">curl -X POST\
|
||||
-H "Content-Type: application/json"\
|
||||
"https://virtserver.swaggerhub.com/ZeroTwoHub/IPost/1.0.0/api/post"</code></pre>
|
||||
"https://ws.zerotwohub.tk:25566/api/post"</code></pre>
|
||||
</div>
|
||||
<div class="tab-pane" id="examples-Everyone-post-0-java">
|
||||
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
|
||||
@ -2545,7 +2545,7 @@ except ApiException as e:
|
||||
<div class="tab-pane active" id="examples-Everyone-register-0-curl">
|
||||
<pre class="prettyprint"><code class="language-bsh">curl -X POST\
|
||||
-H "Content-Type: application/json"\
|
||||
"https://virtserver.swaggerhub.com/ZeroTwoHub/IPost/1.0.0/register"</code></pre>
|
||||
"https://ws.zerotwohub.tk:25566/register"</code></pre>
|
||||
</div>
|
||||
<div class="tab-pane" id="examples-Everyone-register-0-java">
|
||||
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
|
||||
@ -2814,7 +2814,7 @@ except ApiException as e:
|
||||
<div class="tab-pane active" id="examples-Everyone-setBio-0-curl">
|
||||
<pre class="prettyprint"><code class="language-bsh">curl -X POST\
|
||||
-H "Content-Type: application/json"\
|
||||
"https://virtserver.swaggerhub.com/ZeroTwoHub/IPost/1.0.0/api/setBio"</code></pre>
|
||||
"https://ws.zerotwohub.tk:25566/api/setBio"</code></pre>
|
||||
</div>
|
||||
<div class="tab-pane" id="examples-Everyone-setBio-0-java">
|
||||
<pre class="prettyprint"><code class="language-java">import io.swagger.client.*;
|
||||
|
Loading…
x
Reference in New Issue
Block a user