lnbits-legend/lnbits/core
dni ⚡ 741ecac78b
feat: improve on api structure, add openapi tags (#2295)
this logically groups api endpoints and gioves them specific openapi tags. which makes them nice on the `/docs` endpoint and makes the `api.py` more approachable
* add wallets list endpoint
* remove trailing slashes from endpoints
* fixup topup url
* fix trailing slash on auth
* backwards compatibility
2024-03-28 08:59:28 +01:00
..
sso Add Keycloak SSO (#2272) 2024-02-14 09:23:37 +01:00
templates v-text missing 2024-03-27 17:41:08 +01:00
views feat: improve on api structure, add openapi tags (#2295) 2024-03-28 08:59:28 +01:00
__init__.py feat: improve on api structure, add openapi tags (#2295) 2024-03-28 08:59:28 +01:00
crud.py feat: add commands delete-walle, delete-wallet-payment and verbose option, (#2354) 2024-03-24 21:51:59 +02:00
db.py [REFACTOR] core/__init__ to not have circular import issues (#1876) 2023-09-12 11:25:05 +01:00
helpers.py fix: extension stop background work (#2281) 2024-02-21 12:08:37 +02:00
migrations.py revert: migration (#2198) 2024-01-09 11:34:53 +00:00
models.py refactor: dev-friendly payment status name (#2322) 2024-03-13 16:17:33 +01:00
services.py refactor: dev-friendly payment status name (#2322) 2024-03-13 16:17:33 +01:00
tasks.py refactor: move registering of tasks into app.py (#2290) 2024-03-22 12:29:05 +01:00