Forum Discussion
sjmcdowall
6 years agoNew Contributor
Any luck with this at all? I am also trying to document a websocket API .. Cheers!
HKosova
Alumni
6 years agoCheck out AsyncAPI. It's very similar to the OpenAPI (fka Swagger) Specification but designed specifically for event-driven messaging APIs, including WebSocket APIs.
- sjmcdowall6 years agoNew Contributor
Thanks -- that is where I am heading to next!