Skip to content

feat: add LiveView dynamic endpoints#120

Open
zqbake wants to merge 1 commit into
mainfrom
feat/live-view-serve-endpoint
Open

feat: add LiveView dynamic endpoints#120
zqbake wants to merge 1 commit into
mainfrom
feat/live-view-serve-endpoint

Conversation

@zqbake

@zqbake zqbake commented Jun 21, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add serve_endpoint(name, path, config?) for lightweight Python HTTP endpoints on the LiveView data server.
  • Add /api/<name>/... endpoint dispatch with token-gated server-mode access and GET/POST browser fetch support.
  • Document general LiveView usage, custom app fetch patterns, and Gosling computed-track guidance.

Test Plan

  • uv run pytest tests/test_live_view_factory_fallback.py tests/test_startup_defaults.py tests/test_live_view_data_server_endpoints.py tests/test_live_view_serve_endpoint_tool.py -q
  • uv run python -m compileall -q pantheon/toolsets/live_view tests/test_live_view_data_server_endpoints.py tests/test_live_view_serve_endpoint_tool.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant