I use aiohttp-swagger to create useful documentation of my http endpoints, but I also have websocket which can send/receive several types of messages (all json for the project), what is the best way to document these messages? Answer AsyncAPI is the analog of the OpenAPI Specification (fka Swagger Specification) for WebSockets. As of November 2021 there are the Asynction and
Tag: swagger
How do I get the Swagger-generated Python client to work?
I have generated the python client and server from https://editor.swagger.io/ – and the server runs correctly with no editing, but I can’t seem to get the client to communicate with it – or with anything. I suspect I’m doing something really silly but the examples I’ve found on the Internet either don’t work or appear to be expecting that I