1
0
Fork 0
mirror of synced 2024-09-15 00:37:11 +12:00
ArchiveBox/archivebox/api
2024-05-13 08:52:02 -07:00
..
migrations add migrations for third round of field changes 2024-05-13 07:50:22 -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 add created, modified, updated, created_by and update django admin 2024-05-13 07:50:07 -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 fix COMMIT_HASH missing error 2024-04-30 21:43:22 -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 add API support for obj.pk .uuid .abid 2024-05-13 08:52:02 -07:00