doc: Remove c-lightning-REST documentation
Changelog-None
This commit is contained in:
committed by
Rusty Russell
parent
89c4201918
commit
87d862992a
@@ -46,8 +46,7 @@ NoNewPrivileges=true
|
|||||||
PrivateDevices=true
|
PrivateDevices=true
|
||||||
|
|
||||||
# Deny the creation of writable and executable memory mappings.
|
# Deny the creation of writable and executable memory mappings.
|
||||||
# NOTE: This seems to break node.js plugins, notably Ride-The-Lightning/c-lightning-REST:
|
# NOTE: This seems to break node.js plugins:
|
||||||
# https://github.com/Ride-The-Lightning/c-lightning-REST/issues/116
|
|
||||||
MemoryDenyWriteExecute=true
|
MemoryDenyWriteExecute=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|||||||
@@ -33,13 +33,6 @@ An online demo for the REST interface is available at [REST API REFERENCE](ref:g
|
|||||||
> Note: This setup is for **testing only**. It is **highly recommended** to test with _non-mainnet_ (regtest/testnet) setup only.
|
> Note: This setup is for **testing only**. It is **highly recommended** to test with _non-mainnet_ (regtest/testnet) setup only.
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
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`.
|
|
||||||
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
If `clnrest-port` is not specified, the plugin will disable itself.
|
If `clnrest-port` is not specified, the plugin will disable itself.
|
||||||
|
|||||||
@@ -17,15 +17,3 @@ updatedAt: "2023-09-05T13:55:16.224Z"
|
|||||||
## JSON over HTTPS
|
## JSON over HTTPS
|
||||||
|
|
||||||
[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.
|
[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.
|
||||||
|
|
||||||
## REST
|
|
||||||
|
|
||||||
> 📘 Pro-tip
|
|
||||||
>
|
|
||||||
> Official support for REST APIs in Core Lightning has been released in v23.08!
|
|
||||||
>
|
|
||||||
> C-lightning-REST is scheduled to sunset soon!
|
|
||||||
|
|
||||||
[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.
|
|
||||||
|
|
||||||
For new application development, utilize Core Lightning's first class REST plugin **[clnrest](doc:rest)**.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user