ArchiveBox/archivebox/api
Nick Sweeting 9d2116ad9a
Some checks are pending
CodeQL / Analyze (python) (push) Waiting to run
Build Debian package / build (push) Waiting to run
Build Docker image / buildx (push) Waiting to run
Build Homebrew package / build (push) Waiting to run
Build GitHub Pages website / build (push) Waiting to run
Build GitHub Pages website / deploy (push) Blocked by required conditions
Run linters / lint (push) Waiting to run
Build Pip package / build (push) Waiting to run
Run tests / python_tests (ubuntu-22.04, 3.11) (push) Waiting to run
Run tests / docker_tests (push) Waiting to run
migration to make fields non editable
2024-08-20 03:46:04 -07:00
..
migrations migration to make fields non editable 2024-08-20 03:46:04 -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 change header auth to use X-ArchiveBox-API-Key so it doesnt conflict with other auth headers 2024-05-08 20:02:47 -07:00
models.py minor css and APIToken Admin UI fixes 2024-08-20 03:45:49 -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 uri salt and fix api url namespaces 2024-08-17 21:56:23 -07:00
v1_auth.py switch everywhere to use Snapshot.pk and ArchiveResult.pk instead of id 2024-05-13 05:12:12 -07:00
v1_cli.py fix lint errors 2024-04-25 21:36:11 -07:00
v1_core.py improve REST API filter parameters and pagination 2024-08-20 01:56:37 -07:00