I was looking to use the types and structure from the existing work with entering via the Events API instead of the RTM websockets.
There are some message types that are used just for RTM and some for Events API. Should I add something to the relevant types to flag which one they can be used for or are you happy for them all to share the same attribute since they use the same names between each delivery method?
Hi,
I was looking to use the types and structure from the existing work with entering via the Events API instead of the RTM websockets.
There are some message types that are used just for RTM and some for Events API. Should I add something to the relevant types to flag which one they can be used for or are you happy for them all to share the same attribute since they use the same names between each delivery method?
Cheers