Skip to content

Commit 2448c80

Browse files
ShahanaFarooquirustyrussell
authored andcommitted
doc: Updated REST documentation
1 parent 1776e46 commit 2448c80

File tree

1 file changed

+1
-4
lines changed
  • doc/developers-guide/app-development

1 file changed

+1
-4
lines changed

doc/developers-guide/app-development/rest.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updatedAt: "2023-10-13T09:54:01.784Z"
88

99
# CLNRest
1010

11-
CLNRest is a lightweight Python-based built-in Core Lightning plugin (from v23.08) that transforms RPC calls into a REST service.
11+
CLNRest is a lightweight Rust-based built-in Core Lightning plugin (from v23.08) that transforms RPC calls into a REST service.
1212
It also broadcasts Core Lightning notifications to listeners connected to its websocket server. By generating REST API endpoints,
1313
it enables the execution of Core Lightning's RPC methods behind the scenes and provides responses in JSON format.
1414

@@ -35,9 +35,6 @@ An online demo for the REST interface is available at [REST API REFERENCE](ref:g
3535

3636
## Installation
3737

38-
The plugin is built-in with Core Lightning but its python dependencies are not, and must be installed separately.
39-
Detailed installation instructions can be found [here](https://docs.corelightning.org/docs/installation#clnrest).
40-
4138
Note: if you have the older c-lightning-REST plugin, you can configure Core Lightning with `disable-plugin=clnrest`
4239
option to avoid confusion with this one. You can also run both plugins simultaneously till all your applications
4340
are not migrated to `clnrest`.

0 commit comments

Comments
 (0)