mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-28 16:01:26 +00:00
Merge pull request #107 from warp/fix/itsadisaster-developer-example
Fix incorrect parameter for get request example
This commit is contained in:
commit
0b96d0dc8b
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
</div>
|
||||
<h3>Enjoy a Hollywood Film</h3>
|
||||
<p><a href="http://www.imdb.com/title/tt1995341/" class="link-primary">It's a Disaster</a> starring David Cross is just one of tens of thousands of great pieces of content available. Check it out!</p>
|
||||
<code class="code-bash"><span class="code-bash__prompt">$</span>curl 'http://localhost:5279/lbryapi' --data '{"method":"get","params":{"name":"itsadisaster"} }'
|
||||
<code class="code-bash"><span class="code-bash__prompt">$</span>curl 'http://localhost:5279/lbryapi' --data '{"method":"get","params":{"uri":"itsadisaster"} }'
|
||||
<span class="code-bash__response">[
|
||||
{
|
||||
<span class="code-bash__comment">//some response fields omitted for brevity</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue