From b7ff6ab4ef107a4d95c11ff4c56e34bcfdac1f8e Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Mon, 4 May 2020 09:58:18 +0200 Subject: [PATCH] docs+javascript: add link to API documentation --- docs/grpc/javascript.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/grpc/javascript.md b/docs/grpc/javascript.md index 0f5e4346..d4dc0a3a 100644 --- a/docs/grpc/javascript.md +++ b/docs/grpc/javascript.md @@ -238,3 +238,9 @@ Javascript](https://developers.google.com/protocol-buffers/docs/reference/javasc Additionally, [this official gRPC resource](http://www.grpc.io/docs/tutorials/basic/node.html) provides more details around how to drive `gRPC` from `node.js`. + +## API documentation + +There is an [online API documentation](https://api.lightning.community?javascript) +available that shows all currently existing RPC methods, including code snippets +on how to use them.