Added ln_getconnectionstring

This commit is contained in:
kexkey
2019-01-16 22:21:07 -05:00
committed by kexkey
parent 6ee834d944
commit 1978932789
4 changed files with 28 additions and 10 deletions

View File

@@ -258,6 +258,13 @@ main()
response_to_client "${response}" ${?}
break
;;
ln_getconnectionstring)
# GET http://192.168.111.152:8080/ln_getconnectionstring
response=$(ln_get_connection_string)
response_to_client "${response}" ${?}
break
;;
ln_create_invoice)
# POST http://192.168.111.152:8080/ln_create_invoice
# BODY {"msatoshi":"10000","label":"koNCcrSvhX3dmyFhW","description":"Bylls order #10649","expiry":"900","callback_url":"http://192.168.122.159"}