lnbits-legend/lnbits/core/views
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
..
__init__.py refactor: breaking bad 2020-03-08 23:00:41 +01:00
admin_api.py feat: improve on api structure, add openapi tags (#2295) 2024-03-28 08:59:28 +01:00
api.py feat: improve on api structure, add openapi tags (#2295) 2024-03-28 08:59:28 +01:00
auth_api.py feat: improve on api structure, add openapi tags (#2295) 2024-03-28 08:59:28 +01:00
extension_api.py feat: improve on api structure, add openapi tags (#2295) 2024-03-28 08:59:28 +01:00
generic.py feat: reduce initial requests on wallet page (#2335) 2024-03-22 12:59:49 +01:00
node_api.py feat: improve on api structure, add openapi tags (#2295) 2024-03-28 08:59:28 +01:00
payment_api.py feat: improve on api structure, add openapi tags (#2295) 2024-03-28 08:59:28 +01:00
public_api.py feat: improve on api structure, add openapi tags (#2295) 2024-03-28 08:59:28 +01:00
tinyurl_api.py feat: improve on api structure, add openapi tags (#2295) 2024-03-28 08:59:28 +01:00
wallet_api.py feat: improve on api structure, add openapi tags (#2295) 2024-03-28 08:59:28 +01:00
webpush_api.py feat: improve on api structure, add openapi tags (#2295) 2024-03-28 08:59:28 +01:00
websocket_api.py feat: improve on api structure, add openapi tags (#2295) 2024-03-28 08:59:28 +01:00