Skip to content

Commit

Permalink
fix the rest api reference link
Browse files Browse the repository at this point in the history
  • Loading branch information
adi-shankara authored and rustyrussell committed Sep 19, 2023
1 parent 0cf2c29 commit 43c39aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/developers-guide/app-development/rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ updatedAt: "2023-09-05T09:54:01.784Z"

CLNRest is a lightweight Python-based core lightning plugin that transforms RPC calls into a REST service. By generating REST API endpoints, it enables the execution of Core Lightning's RPC methods behind the scenes and provides responses in JSON format.

A complete documentation for the REST interface is available at [REST API REFERENCE](ref:get-a-list-of-all-valid-rpc-methods).
A complete documentation for the REST interface is available at [REST API REFERENCE](ref:get_list_methods_resource).


> 📘 Pro-tip
>
> [REST API REFERENCE](ref:post_rpc_method_resource) can also be tested with your own server.
> [REST API REFERENCE](ref:get_list_methods_resource) can also be tested with your own server.
>
> By default, the base URL is set to connect with the Blockstream-hosted regtest node.
>
Expand Down

0 comments on commit 43c39aa

Please sign in to comment.