Closed dwasse closed 1 week ago
The pull request introduces significant enhancements to the documentation of the Quoter API, specifically adding a new section on the WebSocket API for quoters. This section details operations available via the GET /rfq_stream
endpoint, including methods like ping
, subscribe
, unsubscribe
, and send_quote
. It specifies the structure of request and response content, emphasizing the need for periodic ping
messages to maintain connections. Existing documentation on Passive and Active Quotes remains unchanged, while the new section provides comprehensive guidance for users and integrators.
File Path | Change Summary |
---|---|
docs/bridge/docs/04-Routers/RFQ/API/index.md | Added a new section on WebSocket API for quoters, detailing operations, request/response formats, and connection maintenance. |
🐇 In the meadow, where quotes do play,
A WebSocket dance brightens the day.
With pings and responses, they frolic and cheer,
For quoters now have a voice, loud and clear!
So hop along, friends, to the API's delight,
New paths for connection, oh what a sight! 🌼✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
ping
,subscribe
,unsubscribe
, andsend_quote
.Documentation