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

OpenAPI is not enough for you? 😡 Let's try AsyncAPI! :angel:

Results 7 fastapi-asyncapi issues
Sort by recently updated
recently updated
newest added

This PR introduces: 1. work with pydantic 2+ 2. allow you to document the messages that your websocket uses Let's do a release 🙏 @Kludex

Self-explanatory.

documentation
help wanted
good first issue

Only `__init__.py` file in directory `fastapi_asyncapi` presented: ![image](https://user-images.githubusercontent.com/43167451/206377082-dce02b13-1210-4269-ad91-4cc0218b9759.png) Package has been downloaded from https://pypi.org/project/fastapi-asyncapi/#files

I want to have: - Images - Code examples - Organization...

documentation
help wanted
good first issue

Unfortunately, the `APIWebSocketRoute` decorator from FastAPI doesn't give us much information. We need information to enrich our `asyncapi.json`. Hence, the proposal here is to create a custom `WebSocketRoute` class that...

help wanted
good first issue

A way to document ARQ tasks using `AsyncAPI`. It should live outside this package, but it should allow integration. Creating this issue just as self reminder. Is this something you...

enhancement
help wanted
question