Context
There are multiple example endpoints in examples/fastapi/resources/base.py that demonstrate similar error handling scenarios. We should consolidate these to maintain cleaner examples.
Duplicate endpoints to review:
/raise_cuenca_errors and /simulate_401 (unauthorized errors)
/raise_fast_agave_errors (also unauthorized error)
This was identified during the review of PR #154.
Action items:
References:
Context
There are multiple example endpoints in
examples/fastapi/resources/base.pythat demonstrate similar error handling scenarios. We should consolidate these to maintain cleaner examples.Duplicate endpoints to review:
/raise_cuenca_errorsand/simulate_401(unauthorized errors)/raise_fast_agave_errors(also unauthorized error)This was identified during the review of PR #154.
Action items:
References: