This is a solution for building versioned APIs automatically using FastAPI. It enables automatic inheritance of endpoints from previous FastAPI sub-applications into newer versions based on ...
with simple configuration it can be embedded into FastAPI. For scenarios of using FastAPI as internal API integration endpoints, fastapi-voyager helps to visualize the dependencies. It is also an ...