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:
parent
571311990c
commit
5b6d2a8a41
31
index.html
31
index.html
@ -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">{
|
||||
  "quotes": [
|
||||
    "I'm in the kitchen. Yams errrrrwhere.",
|
||||
    "Started from the trap, now I rap"
|
||||
  ]
|
||||
"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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user