From e7e3e4a52f4db542125e759d00b317593537a2fd Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Tue, 28 Nov 2017 21:50:37 +0100 Subject: [PATCH] Document streaming URL for local statuses (#466) See https://github.com/tootsuite/mastodon/issues/5839. --- 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 b6d41ab0..6e64bc01 100644 --- a/Using-the-API/Streaming-API.md +++ b/Using-the-API/Streaming-API.md @@ -13,6 +13,10 @@ Returns events that are relevant to the authorized user, i.e. home timeline and Returns all public statuses +**GET /api/v1/streaming/public/local** + +Returns all local statuses + **GET /api/v1/streaming/hashtag** Returns all public statuses for a particular hashtag (query param `tag`)