Tidied tip format
This commit is contained in:
parent
85b5e96ea7
commit
e7c479f702
1 changed files with 15 additions and 4 deletions
|
|
@ -110,6 +110,16 @@
|
||||||
FastAPI auto-generates swagger UI docs for testing
|
FastAPI auto-generates swagger UI docs for testing
|
||||||
endpoints <a class="text-primary" href="../docs">/docs</a>
|
endpoints <a class="text-primary" href="../docs">/docs</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<i>
|
||||||
|
<strong>TIP:</strong> Although it is possible for
|
||||||
|
extensions to use other extensions API endpoints (such as
|
||||||
|
with the Satspay and Onchain extension), ideally an
|
||||||
|
extension should only use LNbits
|
||||||
|
<a href="../docs#/default" class="text-primary">core</a>
|
||||||
|
endpoints. </i
|
||||||
|
><br /><br />
|
||||||
|
|
||||||
<code class="bg-grey-3 text-black">views.py</code> is used
|
<code class="bg-grey-3 text-black">views.py</code> is used
|
||||||
for setting application routes:
|
for setting application routes:
|
||||||
<img src="./static/fastapi-example.png" />
|
<img src="./static/fastapi-example.png" />
|
||||||
|
|
@ -131,11 +141,12 @@
|
||||||
open-source Vue.js based framework for building apps.
|
open-source Vue.js based framework for building apps.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="text-weight-bold">
|
<i>
|
||||||
TIP: Look through
|
<strong>TIP:</strong> Look through
|
||||||
<code class="bg-grey-3 text-black">/template</code> files
|
<code class="bg-grey-3 text-black">/template</code> files
|
||||||
in other extensions for examples.
|
in other extensions for examples of Quasar elements being
|
||||||
</p>
|
used. </i
|
||||||
|
><br /><br />
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
In the below example we make a dialogue popup box (box can
|
In the below example we make a dialogue popup box (box can
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue