update new documentation and move to doc/

This commit is contained in:
Adi Shankara
2023-07-14 11:43:59 +04:00
committed by Rusty Russell
parent 5151020224
commit b2caa56c27
44 changed files with 323 additions and 442 deletions

View File

@@ -0,0 +1,22 @@
---
title: "Third-party libraries"
slug: "third-party-libraries"
hidden: false
createdAt: "2023-02-07T12:55:33.547Z"
updatedAt: "2023-02-21T13:55:39.216Z"
---
## REST
[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.
> 📘
>
> Official support for REST APIs in Core Lightning is coming soon!
## GraphQL
[c-lightning-graphql](https://github.com/nettijoe96/c-lightning-graphql) exposes the Core Lightning API over GraphQL.
## 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.