fsh_lib

Warning

fsh_lib is in pre-alpha. APIs may change between releases.

fsh_lib is the runtime library that codegen-generated FastAPI apps depend on. The generated backend imports fsh_lib for the moving parts that don’t belong in templated code: actions, auth, comms, errors, filters, pagination, queue, rate-limit, telemetry, and the rest of the request/response plumbing.

Reference