Absent an API sandbox (or web socket sandbox), can we have better examples as to the actual examples that will be received from the pubsub server? (Specifically, better examples of [BODY] content.
I would also like to request a new feature: Version
{
Type (string)
Version (int)
Data (dynamic)
}
The new item ‘Version’ is just an incremented integer whenever the data model changes for the dynamic body (Data). This will allow for smooth transitions between versions, where the old parsers can remain in place for old data, and new data can be cleanly handled. The version incrementing will also be an alert for developers that they need to review the data model changes for any actions required to match the current version.
[Personally I would like this for all api endpoints, but I’ll settle with baby steps for now]