mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-23 23:06:44 +01:00
doc: Updated REST documentation
This commit is contained in:
parent
1776e469a7
commit
2448c80a8a
1 changed files with 1 additions and 4 deletions
|
@ -8,7 +8,7 @@ updatedAt: "2023-10-13T09:54:01.784Z"
|
|||
|
||||
# CLNRest
|
||||
|
||||
CLNRest is a lightweight Python-based built-in Core Lightning plugin (from v23.08) that transforms RPC calls into a REST service.
|
||||
CLNRest is a lightweight Rust-based built-in Core Lightning plugin (from v23.08) that transforms RPC calls into a REST service.
|
||||
It also broadcasts Core Lightning notifications to listeners connected to its websocket server. By generating REST API endpoints,
|
||||
it enables the execution of Core Lightning's RPC methods behind the scenes and provides responses in JSON format.
|
||||
|
||||
|
@ -35,9 +35,6 @@ An online demo for the REST interface is available at [REST API REFERENCE](ref:g
|
|||
|
||||
## Installation
|
||||
|
||||
The plugin is built-in with Core Lightning but its python dependencies are not, and must be installed separately.
|
||||
Detailed installation instructions can be found [here](https://docs.corelightning.org/docs/installation#clnrest).
|
||||
|
||||
Note: if you have the older c-lightning-REST plugin, you can configure Core Lightning with `disable-plugin=clnrest`
|
||||
option to avoid confusion with this one. You can also run both plugins simultaneously till all your applications
|
||||
are not migrated to `clnrest`.
|
||||
|
|
Loading…
Add table
Reference in a new issue