mirror of
https://gitlab.com/2-chainz/2-chainz-rest-site.git
synced 2025-06-16 15:17:24 +00:00
reformatted links in examples
This commit is contained in:
parent
571311990c
commit
5b6d2a8a41
31
index.html
31
index.html
@ -110,7 +110,14 @@
|
|||||||
following example:
|
following example:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>send a <code>get</code> request to <code></code></p>
|
<p>
|
||||||
|
send a <code>get</code> request to
|
||||||
|
<code
|
||||||
|
><a href="https://api.chainz.rest/quote"
|
||||||
|
>https://api.chainz.rest/quote</a
|
||||||
|
></code
|
||||||
|
>
|
||||||
|
</p>
|
||||||
|
|
||||||
<pre><code>{
|
<pre><code>{
|
||||||
"quote": "I got a pocket full of money, it got me walking all slew-foot"
|
"quote": "I got a pocket full of money, it got me walking all slew-foot"
|
||||||
@ -128,16 +135,18 @@
|
|||||||
>quotes.py</a
|
>quotes.py</a
|
||||||
>
|
>
|
||||||
and is subject to change. An example return from
|
and is subject to change. An example return from
|
||||||
<a href="https://api.chainz.rest/quote?batch=2"
|
<code>
|
||||||
>https://api.chainz.rest/quote?batch=2</a
|
<a href="https://api.chainz.rest/quote?batch=2"
|
||||||
>:
|
>https://api.chainz.rest/quote?batch=2</a
|
||||||
|
></code
|
||||||
|
>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre><code class="json">{
|
<pre><code class="json">{
|
||||||
  "quotes": [
|
"quotes": [
|
||||||
    "I'm in the kitchen. Yams errrrrwhere.",
|
"I'm in the kitchen. Yams errrrrwhere.",
|
||||||
    "Started from the trap, now I rap"
|
"Started from the trap, now I rap"
|
||||||
  ]
|
]
|
||||||
}</code></pre>
|
}</code></pre>
|
||||||
</details>
|
</details>
|
||||||
</details>
|
</details>
|
||||||
@ -154,7 +163,11 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
send a <code>get</code> request to
|
send a <code>get</code> request to
|
||||||
<code>https://api.chainz.rest/alias</code>
|
<code
|
||||||
|
><a href="https://api.chainz.rest/alias"
|
||||||
|
>https://api.chainz.rest/alias</a
|
||||||
|
></code
|
||||||
|
>
|
||||||
</p>
|
</p>
|
||||||
<pre><code>{
|
<pre><code>{
|
||||||
"alias": "Dos Cadenas"
|
"alias": "Dos Cadenas"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user