I can now call the endpoint for /data/news/beta1/headlines from my python code. In order to make it real-time, do I need other credentials or any other things to use a web socket for this endpoint?
I tried my credentials on the Python Elektron Real-Time Examples https://github.com/Refinitiv/websocket-api/tree/master/Applications/Examples/EDP/python but it didn't work. I'm quite confused about what I need in order to use web socket for news to make it Real-Time, not to only get news whenever I call the endpoint.