1
0
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:
Anson 2020-05-04 21:10:08 -07:00
parent 571311990c
commit 5b6d2a8a41

View File

@ -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
<code>
<a href="https://api.chainz.rest/quote?batch=2" <a href="https://api.chainz.rest/quote?batch=2"
>https://api.chainz.rest/quote?batch=2</a >https://api.chainz.rest/quote?batch=2</a
>: ></code
>
</p> </p>
<pre><code class="json">{ <pre><code class="json">{
&emsp;&emsp;"quotes": [ "quotes": [
&emsp;&emsp;&emsp;&emsp;"I'm in the kitchen. Yams errrrrwhere.", "I'm in the kitchen. Yams errrrrwhere.",
&emsp;&emsp;&emsp;&emsp;"Started from the trap, now I rap" "Started from the trap, now I rap"
&emsp;&emsp;] ]
}</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"