API
Application Programming Interface. An interface that one system can present so other systems can use it to communicate. Stroom has a number of APIs, e.g. its many REST APIs and its
/datafeed interface for data receipt.See Also
REST
REST
REST (Representational State Transfer) is essentially an architectural style that dictates how data should be handled and “transferred” across a network. REST APIs typically use JSON to send data between the client and the server, and the HTTP methods GET, PUT, PATCH, POST and DELETE.Click to see more details...
Last modified April 7, 2026: Merge branch '7.11' into 7.12 (5ca47c5)