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
OpenAPI is still primarily targeting REST APIs, and support for WebSocket or other streaming protocols seems an open issue that may never get first-class treatment.
A workaround for us would be to instead model these via a REST endpoint at push.planetside2.com/streaming, and faking the actual responses through POST/GET messages, with a big blinking "this is just a dummy" light flashing on top.
Alternatively, we could create and maintain a separate AsyncAPI spec that is able to model WebSocket subscriptions and messages correctly.
The text was updated successfully, but these errors were encountered:
OpenAPI is still primarily targeting REST APIs, and support for WebSocket or other streaming protocols seems an open issue that may never get first-class treatment.
A workaround for us would be to instead model these via a REST endpoint at
push.planetside2.com/streaming
, and faking the actual responses through POST/GET messages, with a big blinking "this is just a dummy" light flashing on top.Alternatively, we could create and maintain a separate AsyncAPI spec that is able to model WebSocket subscriptions and messages correctly.
The text was updated successfully, but these errors were encountered: