From db1a31b43ee62cbb9ffd53a44101e264bff70e38 Mon Sep 17 00:00:00 2001 From: Alex Grin Date: Tue, 28 Feb 2017 12:21:06 -0500 Subject: [PATCH] Update _quickstartApi.php --- view/template/developer/_quickstartApi.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/template/developer/_quickstartApi.php b/view/template/developer/_quickstartApi.php index f1782e72..b0a94406 100644 --- a/view/template/developer/_quickstartApi.php +++ b/view/template/developer/_quickstartApi.php @@ -1,6 +1,6 @@

The API

- When running, the LBRY daemon provides a JSON-RPC server running at https://localhost:5279/lbryapi. + When running, the LBRY daemon provides a JSON-RPC server running at http://localhost:5279/lbryapi.

It can be accessed by any utility capable of making HTTPS GET and POST requests, such as cURL or possibly your toaster. @@ -32,4 +32,4 @@

The LBRY API consists about 50 calls, all related to discovering, distributing, and purchasing content. View the full API documentation.

You can also list all of the commands available by calling the help command.

$curl 'http://localhost:5279/lbryapi' --data '{"method":"help"}' - \ No newline at end of file +