How can I have a FastAPI dependency fill in a path parameter?
I am using FastAPI and I want having two routes that reference the same function. I need the value in one of the cases to come from the path operation, while in the other case, I need it to be generated as a dependency. Below is what I thought would work, but the /inbound case … Read more