1
0
mirror of https://gitlab.com/2-chainz/2-chainz-rest-site.git synced 2025-06-16 07:06:51 +00:00

reformatted links in examples

This commit is contained in:
Anson 2020-05-04 21:10:08 -07:00
parent 571311990c
commit 5b6d2a8a41

View File

@ -110,7 +110,14 @@
following example:
</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>{
"quote": "I got a pocket full of money, it got me walking all slew-foot"
@ -128,16 +135,18 @@
>quotes.py</a
>
and is subject to change. An example return from
<a href="https://api.chainz.rest/quote?batch=2"
>https://api.chainz.rest/quote?batch=2</a
>:
<code>
<a href="https://api.chainz.rest/quote?batch=2"
>https://api.chainz.rest/quote?batch=2</a
></code
>
</p>
<pre><code class="json">{
&emsp;&emsp;"quotes": [
&emsp;&emsp;&emsp;&emsp;"I'm in the kitchen. Yams errrrrwhere.",
&emsp;&emsp;&emsp;&emsp;"Started from the trap, now I rap"
&emsp;&emsp;]
"quotes": [
"I'm in the kitchen. Yams errrrrwhere.",
"Started from the trap, now I rap"
]
}</code></pre>
</details>
</details>
@ -154,7 +163,11 @@
</p>
<p>
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>
<pre><code>{
"alias": "Dos Cadenas"