From 6b3455ecf6d1e3422fdf59b5cf8c0c20b20c7954 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Wed, 13 Dec 2017 15:18:53 +0100 Subject: [PATCH] Add list endpoint --- Using-the-API/Streaming-API.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Using-the-API/Streaming-API.md b/Using-the-API/Streaming-API.md index 6e64bc01..137b5b72 100644 --- a/Using-the-API/Streaming-API.md +++ b/Using-the-API/Streaming-API.md @@ -21,6 +21,10 @@ Returns all local statuses Returns all public statuses for a particular hashtag (query param `tag`) +**GET /api/v1/streaming/list** + +Returns statuses for list (query param `list`) + ### Stream contents The stream will contain events as well as heartbeat comments. Lines that begin with a colon (`:`) can be ignored by parsers, they are simply there to keep the connection open. Events have this structure: