lnbits-legend/lnbits/extensions/captcha
2021-04-11 00:13:10 -03:00
..
static/js Merge branch 'master' into master 2021-04-11 00:13:10 -03:00
templates/captcha ran prettier on captcha 2021-03-17 19:59:00 +00: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 remove exception to black line-length and reformat. 2021-03-24 00:40:32 -03:00
migrations.py remove exception to black line-length and reformat. 2021-03-24 00:40:32 -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_api.py remove exception to black line-length and reformat. 2021-03-24 00:40:32 -03:00
views.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"