Do we support Streaming API

Do we support for streaming API’S??

Streaming APIs are totally the opposite of REST APIs. They are simply a long-running request, left open, so data can be pushed into it. When they are updated, the user is provided with the results. These APIs are used for reading data in real time from the web and provide users with precise and up-to-date information. In contrast to REST APIs, Streaming APIs are stateful. They have to store state (data) in some form, otherwise they would be incapable of properly putting together data with the request.

Hello,

Currently, we do not have any platform API to stream responses.