fix: second work-over

This commit is contained in:
2026-02-27 09:06:56 +01:00
parent 00cf30a8f8
commit 467ef10e77
11 changed files with 1040 additions and 8 deletions

2
API.md
View File

@@ -4,6 +4,8 @@ Contract version: 1.6.0
This reference documents all Python runtime API calls available through `bds_api` in embedded Pyodide.
`bds_api` is available in both **macro scripts** (executed during preview and page generation) and **transform scripts** (executed during blogmark import). In macro entrypoints, API calls run in the same runtime context as the macro and can be used to fetch posts, media, tags, or other application data.
## Usage
```python