mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 06:21:40 +01:00
docs+python: add link to API documentation
This commit is contained in:
parent
d1629e9cf4
commit
26998e13de
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue