ArchiveBox/archivebox/api
2024-09-03 01:21:13 -07:00
..
migrations add api migrations 2024-08-20 18:31:40 -07:00
__init__.py big overhaul of REST API, split into auth, core, and cli methods 2024-04-25 03:56:22 -07:00
apps.py move monkey patches to dedicated file 2024-05-13 02:35:19 -07:00
auth.py fix API token_auth and CSRF setup 2024-09-03 01:21:13 -07:00
models.py show redacted API tokens in django admin 2024-08-20 19:25:16 -07:00
tests.py big overhaul of REST API, split into auth, core, and cli methods 2024-04-25 03:56:22 -07:00
urls.py rename api files for clarity 2024-04-25 05:55:47 -07:00
v1_api.py add NODE_BIN_PATH to dynamic CONFIG and make ANSI an AttrDict 2024-09-03 00:19:18 -07:00
v1_auth.py fix API token_auth and CSRF setup 2024-09-03 01:21:13 -07:00
v1_cli.py fix lint errors 2024-04-25 21:36:11 -07:00
v1_core.py config and attr access improvements 2024-08-20 18:31:21 -07:00