mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05:00
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (none, python) (push) Waiting to run
Build Debian package / build (amd64) (push) Waiting to run
Build Debian package / build (arm64) (push) Waiting to run
Build Debian package / test (amd64, ubuntu-24.04) (push) Blocked by required conditions
Build Debian package / test (arm64, ubuntu-24.04-arm) (push) Blocked by required conditions
Build Debian package / release (push) Blocked by required conditions
Build Docker image / build ${{ matrix.platform }} (digest-linux-amd64, docker-amd64, linux/amd64, ubuntu-24.04) (push) Waiting to run
Build Docker image / build ${{ matrix.platform }} (digest-linux-arm64, docker-arm64, linux/arm64, ubuntu-24.04-arm) (push) Waiting to run
Build Docker image / publish multiarch tags (push) Blocked by required conditions
Run linters / lint (push) Waiting to run
Build Pip package / build (push) Waiting to run
Release State / release-state (push) Waiting to run
Parallel Tests / Discover test files (push) Waiting to run
Parallel Tests / ${{ matrix.test.name }} (push) Blocked by required conditions
Parallel Tests / ${{ matrix.plugin.name }} (push) Blocked by required conditions
Run tests / python_tests (ubuntu-22.04, 3.13) (push) Waiting to run
Run tests / docker_tests (push) Waiting to run
Clean rebuild of docs/apidocs/archivebox/ via autodoc2: - Removes 19 stale module pages whose source files no longer exist (cli_utils, host_utils, schedule_utils — renamed to *_util; actors, ideas, debugging, folders, legacy, progress_layout, tests_piping, config_tags, personas.runtime/views, orchestrator*, worker, tasks). - Adds 29 new module pages for code that was added since the previous generation but not yet documented. - Updates 100 existing pages to reflect API surface changes (e.g. ENABLED_PLUGINS Field removed, SNAPSHOTS_PER_PAGE clamp removed, default bumped to 50, etc.). 156 source modules <-> 156 apidoc files (zero drift). Build clean under sphinx-build -W --keep-going. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
65 lines
1.5 KiB
Markdown
65 lines
1.5 KiB
Markdown
# {py:mod}`archivebox.api.webhooks`
|
|
|
|
```{py:module} archivebox.api.webhooks
|
|
```
|
|
|
|
```{autodoc2-docstring} archivebox.api.webhooks
|
|
:allowtitles:
|
|
```
|
|
|
|
## Module Contents
|
|
|
|
### Functions
|
|
|
|
````{list-table}
|
|
:class: autosummary longtable
|
|
:align: left
|
|
|
|
* - {py:obj}`warning_error_handler <archivebox.api.webhooks.warning_error_handler>`
|
|
- ```{autodoc2-docstring} archivebox.api.webhooks.warning_error_handler
|
|
:summary:
|
|
```
|
|
* - {py:obj}`transaction_on_commit_task_handler <archivebox.api.webhooks.transaction_on_commit_task_handler>`
|
|
- ```{autodoc2-docstring} archivebox.api.webhooks.transaction_on_commit_task_handler
|
|
:summary:
|
|
```
|
|
````
|
|
|
|
### Data
|
|
|
|
````{list-table}
|
|
:class: autosummary longtable
|
|
:align: left
|
|
|
|
* - {py:obj}`logger <archivebox.api.webhooks.logger>`
|
|
- ```{autodoc2-docstring} archivebox.api.webhooks.logger
|
|
:summary:
|
|
```
|
|
````
|
|
|
|
### API
|
|
|
|
````{py:data} logger
|
|
:canonical: archivebox.api.webhooks.logger
|
|
:value: >
|
|
'getLogger(...)'
|
|
|
|
```{autodoc2-docstring} archivebox.api.webhooks.logger
|
|
```
|
|
|
|
````
|
|
|
|
````{py:function} warning_error_handler(hook: typing.Any, error: Exception | None) -> None
|
|
:canonical: archivebox.api.webhooks.warning_error_handler
|
|
|
|
```{autodoc2-docstring} archivebox.api.webhooks.warning_error_handler
|
|
```
|
|
````
|
|
|
|
````{py:function} transaction_on_commit_task_handler(hook: collections.abc.Callable[..., None], **kwargs: typing.Any) -> None
|
|
:canonical: archivebox.api.webhooks.transaction_on_commit_task_handler
|
|
|
|
```{autodoc2-docstring} archivebox.api.webhooks.transaction_on_commit_task_handler
|
|
```
|
|
````
|