Closed grigi closed 1 year ago
@grigi do you want to become a maintainer?
what’s the use case of this change? saq is meant to run alone in aiotthp
@grigi do you want to become a maintainer?
Um... maybe? But not right now.
what’s the use case of this change? saq is meant to run alone in aiotthp
We want to be able to mount the web UI in our internal http api, which is implemented in FastAPI. That will simplify network routing.
For use in anything that is derived from Starlette.
For Starlette:
For FastAPI:
Also:
saq/web/aiohttp.py
and made the saq tools/test import the correct instance.root_path
that is explicitly managed on server-side and JS side. Passroot_path
as a variable with the html template instead of modifying the JS.typing.TYPE_CHECKING
for anything that's exported via the web interface.Docs
link to point to RTD docs.Outstanding: