fastapi-cloudevents icon indicating copy to clipboard operation
fastapi-cloudevents copied to clipboard

CloudEvents FastAPI plugin. Allows to easily consume and produce events in CloudEvents format over REST API.

Results 1 fastapi-cloudevents issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When configuring response_model, and/or typing the return value, or setting different response model for some http code, the openapi.json (and therefore /docs and /redoc) does not contain...

bug