Marc Laventure

Results 22 comments of Marc Laventure

we got an official integration! https://github.com/scalar/scalar/pull/1534 ``` pip install scalar-fastapi ``` ```python from fastapi import FastAPI from scalar_fastapi import get_scalar_api_reference app = FastAPI() @app.get("/") def read_root(): return {"Hello": "World"} @app.get("/scalar",...

@JacobCoffee @peterschutt i may be biased but I think Scalar would be great for the default, check out the litestar theme we made :) ![image](https://github.com/litestar-org/litestar/assets/6176314/3d9d6509-c61a-44a0-a4bb-1b3ffbf78213) ![image](https://github.com/litestar-org/litestar/assets/6176314/8e31e200-00a0-4f6f-b919-d8ef71951204) I think it would...