5 ms·
I do this in fast api and then pass get_whatever as a dependency to an endpoint
by e1gen-v 1y ago
I do this in fast api and then pass get_whatever as a dependency to an endpoint
- whilenot-dev 1y agoAlternatively you could make use of the lifespan[0] and its state[1][2]. [0]: https://fastapi.tiangolo.com/advanced/events/#lifespan-function https://fastapi.tiangolo.com/advanced/events/#lifespan-funct... [1]: https://asgi.readthedocs.io/en/latest/specs/lifespan.html#lifespan-state https://asgi.readthedocs.io/en/latest/specs/lifespan.html#li... [2]: https://www.starlette.io/lifespan/#lifespan-state https://www.starlette.io/lifespan/#lifespan-state