You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WebSockets are currently not documented in a formal language, making it difficult to discuss enhancements and share a contract between REST and SDKs.
The AsyncAPI Specification allows describing document message-driven APIs in a machine-readable format in a similar way we are using OpenAPI for REST endpoints.
AsyncAPI cannot be integrated directly into OpenAPI. In fact, the initiative was born because OpenAPI does not support describing message-driven APIs. Public-facing docs can be generated from the definitions with https://github.com/asyncapi/generator
WebSockets are currently not documented in a formal language, making it difficult to discuss enhancements and share a contract between REST and SDKs.
The AsyncAPI Specification allows describing document message-driven APIs in a machine-readable format in a similar way we are using OpenAPI for REST endpoints.
More info: https://www.asyncapi.com/docs/specifications/2.0.0/
Current WebSockets spec: https://docs.symbolplatform.com/api.html#websockets
The text was updated successfully, but these errors were encountered: