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