GET /temp/api/v1/temps
+ {"X-Api-Key": <invoice_key>}[<temp_object>, ...]
+ curl -X GET {{ request.base_url }}temp/api/v1/temps -H "X-Api-Key:
+ <invoice_key>"
+
+ POST /temp/api/v1/temps
+ {"X-Api-Key": <invoice_key>}{"name": <string>, "currency": <string*ie USD*>}
+ {"currency": <string>, "id": <string>, "name":
+ <string>, "wallet": <string>}
+ curl -X POST {{ request.base_url }}temp/api/v1/temps -d '{"name":
+ <string>, "currency": <string>}' -H "Content-type:
+ application/json" -H "X-Api-Key: <admin_key>"
+
+ DELETE
+ /temp/api/v1/temps/<temp_id>
+ {"X-Api-Key": <admin_key>}
+ curl -X DELETE {{ request.base_url
+ }}temp/api/v1/temps/<temp_id> -H "X-Api-Key: <admin_key>"
+
+ + Thiago's Point of Sale is a secure, mobile-ready, instant and shareable + point of sale terminal (PoS) for merchants. The PoS is linked to your + LNbits wallet but completely air-gapped so users can ONLY create + invoices. To share the Temp hit the hash on the terminal. +
+ Created by + Tiago Vasconcelos. +
+ ${ urlDialog.data.name }
${
+ urlDialog.data.shareUrl }
+
|
+
+
+
+ ${item.quantity}
+
+ |
+ + ${item.formattedPrice} + | +
+ |
+
+ {{ temp.name }}
{{ request.url }}
+