Skip to content

Commit 87d8629

Browse files
ShahanaFarooquirustyrussell
authored andcommitted
doc: Remove c-lightning-REST documentation
Changelog-None
1 parent 89c4201 commit 87d8629

File tree

3 files changed

+1
-21
lines changed

3 files changed

+1
-21
lines changed

contrib/init/lightningd.service

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ NoNewPrivileges=true
4646
PrivateDevices=true
4747

4848
# Deny the creation of writable and executable memory mappings.
49-
# NOTE: This seems to break node.js plugins, notably Ride-The-Lightning/c-lightning-REST:
50-
# https://github.com/Ride-The-Lightning/c-lightning-REST/issues/116
49+
# NOTE: This seems to break node.js plugins:
5150
MemoryDenyWriteExecute=true
5251

5352
[Install]

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@ An online demo for the REST interface is available at [REST API REFERENCE](ref:g
3333
> Note: This setup is for **testing only**. It is **highly recommended** to test with _non-mainnet_ (regtest/testnet) setup only.
3434
3535

36-
## Installation
37-
38-
Note: if you have the older c-lightning-REST plugin, you can configure Core Lightning with `disable-plugin=clnrest`
39-
option to avoid confusion with this one. You can also run both plugins simultaneously till all your applications
40-
are not migrated to `clnrest`.
41-
42-
4336
## Configuration
4437

4538
If `clnrest-port` is not specified, the plugin will disable itself.

doc/developers-guide/app-development/third-party-libraries.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,3 @@ updatedAt: "2023-09-05T13:55:16.224Z"
1717
## JSON over HTTPS
1818

1919
[Sparko](https://github.com/fiatjaf/sparko) offers a full-blown JSON-RPC over HTTP bridge to a CLN node with fine-grained permissions, SSE and spark-wallet support that can be used to develop apps.
20-
21-
## REST
22-
23-
> 📘 Pro-tip
24-
>
25-
> Official support for REST APIs in Core Lightning has been released in v23.08!
26-
>
27-
> C-lightning-REST is scheduled to sunset soon!
28-
29-
[C-lightning-REST](https://github.com/Ride-The-Lightning/c-lightning-REST) is a _third party_ REST API interface for Core Lightning written in Node.js.
30-
31-
For new application development, utilize Core Lightning's first class REST plugin **[clnrest](doc:rest)**.

0 commit comments

Comments
 (0)