lnbits-legend/lnbits/extensions/captcha
2021-07-25 14:26:20 +01:00
..
static/js prettier fixes. 2021-04-17 23:21:27 -03:00
templates/captcha added dynamic titles for continuity 2021-07-25 14:26:20 +01:00
__init__.py remove exception to black line-length and reformat. 2021-03-24 00:40:32 -03:00
config.json captcha extension added 2020-12-30 15:50:08 -08:00
crud.py Black 2021-07-03 16:08:18 +01:00
migrations.py postgres support. 2021-07-02 17:34:31 -03:00
models.py captcha extension added 2020-12-30 15:50:08 -08:00
README.md captcha extension added 2020-12-30 15:50:08 -08:00
views.py remove exception to black line-length and reformat. 2021-03-24 00:40:32 -03:00
views_api.py remove exception to black line-length and reformat. 2021-03-24 00:40:32 -03:00

Example Extension

*tagline*

This is an example extension to help you organise and build you own.

Try to include an image

If your extension has API endpoints, include useful ones here

curl -H "Content-type: application/json" -X POST https://YOUR-LNBITS/YOUR-EXTENSION/api/v1/EXAMPLE -d '{"amount":"100","memo":"example"}' -H "X-Api-Key: YOUR_WALLET-ADMIN/INVOICE-KEY"