mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Update _quickstartApi.php
This commit is contained in:
parent
b892e798e0
commit
db1a31b43e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
<h3 id="api">The API</h3>
|
<h3 id="api">The API</h3>
|
||||||
<p>
|
<p>
|
||||||
When running, the LBRY daemon provides a JSON-RPC server running at <code class="code-inline">https://localhost:5279/lbryapi</code>.
|
When running, the LBRY daemon provides a JSON-RPC server running at <code class="code-inline">http://localhost:5279/lbryapi</code>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
It can be accessed by any utility capable of making HTTPS GET and POST requests, such as cURL or possibly your toaster.
|
It can be accessed by any utility capable of making HTTPS GET and POST requests, such as cURL or possibly your toaster.
|
||||||
|
|
Loading…
Add table
Reference in a new issue